manikantachary18 commited on
Commit
7a6cd4b
Β·
verified Β·
1 Parent(s): 06e7d00

requirements.txt

Browse files

gradio
pandas
plotly
openpyxl # for Excel files

Files changed (1) hide show
  1. 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