fix versions
Browse files- app.py +1 -2
- requirements.txt +3 -4
app.py
CHANGED
@@ -215,7 +215,6 @@ head = """
|
|
215 |
gtag('config', '""" + f"{google_analytics_tracking_id}" + """');
|
216 |
</script>
|
217 |
"""
|
218 |
-
print(head)
|
219 |
|
220 |
|
221 |
def gradio_interface():
|
@@ -520,4 +519,4 @@ if __name__ == "__main__":
|
|
520 |
schedule_dump_database() # Start the periodic database dump
|
521 |
demo = gradio_interface()
|
522 |
|
523 |
-
demo.launch()
|
|
|
215 |
gtag('config', '""" + f"{google_analytics_tracking_id}" + """');
|
216 |
</script>
|
217 |
"""
|
|
|
218 |
|
219 |
|
220 |
def gradio_interface():
|
|
|
519 |
schedule_dump_database() # Start the periodic database dump
|
520 |
demo = gradio_interface()
|
521 |
|
522 |
+
demo.launch()
|
requirements.txt
CHANGED
@@ -8,7 +8,6 @@ python-dotenv==1.0.1
|
|
8 |
requests==2.32.3
|
9 |
SQLAlchemy==2.0.36
|
10 |
uvicorn==0.30.1
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
scipy
|
|
|
8 |
requests==2.32.3
|
9 |
SQLAlchemy==2.0.36
|
10 |
uvicorn==0.30.1
|
11 |
+
pandas==2.2.3
|
12 |
+
datasets==3.1.0
|
13 |
+
scipy==1.14.1
|
|