Spaces:
Running
Running
gradio chatbot example (#1)
Browse files- gradio chatbot example (79b6279ac17742c50dcd524d86c13cf4fad13530)
Co-authored-by: AK <[email protected]>
app.py
CHANGED
|
@@ -1377,7 +1377,7 @@ def build_ui():
|
|
| 1377 |
"Write a Python script to scrape NVIDIA's stock price for the past month using the yfinance library. Clean the data and create an interactive visualization using Matplotlib. Include: 1) A candlestick chart showing daily price movements 2) A line chart with 7-day and 30-day moving averages. Add hover tooltips showing exact values and date. Make the layout professional with proper titles and axis labels."
|
| 1378 |
],
|
| 1379 |
[
|
| 1380 |
-
"Write a Python script that uses the Gradio library to create a
|
| 1381 |
],
|
| 1382 |
[
|
| 1383 |
"Write a Todo list app using React.js. The app should allow users to add, delete, and mark tasks as completed. Include features like filtering tasks by status (completed, active), sorting tasks by priority, and displaying the total number of tasks."
|
|
@@ -1454,7 +1454,7 @@ def build_ui():
|
|
| 1454 |
"๐ ๆฅๆฌใฎไผ็ตฑ็ใชๅๆใใฟใผใณ",
|
| 1455 |
"๐ Particles in a Spherical Container",
|
| 1456 |
"๐น NVIDIA Stock Analysis with Matplotlib",
|
| 1457 |
-
"
|
| 1458 |
"๐ Todo List App with React.js",
|
| 1459 |
"๐ File Upload Web App with Streamlit",
|
| 1460 |
"๐ฆ Solve Trapping Rain Water Problem",
|
|
|
|
| 1377 |
"Write a Python script to scrape NVIDIA's stock price for the past month using the yfinance library. Clean the data and create an interactive visualization using Matplotlib. Include: 1) A candlestick chart showing daily price movements 2) A line chart with 7-day and 30-day moving averages. Add hover tooltips showing exact values and date. Make the layout professional with proper titles and axis labels."
|
| 1378 |
],
|
| 1379 |
[
|
| 1380 |
+
"Write a Python script that uses the Gradio library to create a chatbot that can have conversations with users. The chatbot should maintain conversation history, display messages in a chat interface, and respond to user inputs. Include a text input field for users to type messages and a chatbot component to display the conversation. The bot should give helpful responses and remember the context of the conversation."
|
| 1381 |
],
|
| 1382 |
[
|
| 1383 |
"Write a Todo list app using React.js. The app should allow users to add, delete, and mark tasks as completed. Include features like filtering tasks by status (completed, active), sorting tasks by priority, and displaying the total number of tasks."
|
|
|
|
| 1454 |
"๐ ๆฅๆฌใฎไผ็ตฑ็ใชๅๆใใฟใผใณ",
|
| 1455 |
"๐ Particles in a Spherical Container",
|
| 1456 |
"๐น NVIDIA Stock Analysis with Matplotlib",
|
| 1457 |
+
"๐ฌ Chatbot with Gradio",
|
| 1458 |
"๐ Todo List App with React.js",
|
| 1459 |
"๐ File Upload Web App with Streamlit",
|
| 1460 |
"๐ฆ Solve Trapping Rain Water Problem",
|