Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- final_price_data.csv +0 -0
- requirements.txt +11 -0
final_price_data.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask
|
2 |
+
gunicorn
|
3 |
+
requests
|
4 |
+
pandas
|
5 |
+
numpy
|
6 |
+
datetime
|
7 |
+
plotly
|
8 |
+
googletrans
|
9 |
+
python-dotenv
|
10 |
+
gtts
|
11 |
+
pyttsx3
|