Spaces:
Running
Running
requirements.txt
Browse filesgradio
pandas
plotly
openpyxl # for Excel files
- Project Structure +6 -0
Project Structure
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/my_visualization_app/
|
| 2 |
+
βββ app.py
|
| 3 |
+
βββ requirements.txt
|
| 4 |
+
βββ data_loader.pyfile
|
| 5 |
+
βββ visualizer.pyfile
|
| 6 |
+
βββ utils.pyfile
|