Spaces:
Sleeping
Sleeping
Upgrade Gradio from 6.0.2 to 6.1.0 to fix Button._id attribute error
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Core dependencies for Lifestyle Journey MVP
|
| 2 |
-
gradio==6.
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
google-genai>=0.5.0
|
| 5 |
anthropic>=0.40.0
|
|
|
|
| 1 |
# Core dependencies for Lifestyle Journey MVP
|
| 2 |
+
gradio==6.1.0
|
| 3 |
python-dotenv>=1.0.0
|
| 4 |
google-genai>=0.5.0
|
| 5 |
anthropic>=0.40.0
|