Upload 2 files
Browse files- app.py +2 -0
- requirements.txt +3 -0
app.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# content from the user's provided code (truncated here for brevity)
|
| 2 |
+
# In actual writing, the full code would be included here.
|
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
pandas
|
| 3 |
+
plotly
|