Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def gemini_response(user_input):
|
|
74 |
return response.text.split('-***-')[0].strip() if '-***-' in response.text else response.text.strip()
|
75 |
except Exception as e:
|
76 |
print("Gemini error:", e)
|
77 |
-
return "
|
78 |
|
79 |
|
80 |
app = Flask(__name__)
|
|
|
74 |
return response.text.split('-***-')[0].strip() if '-***-' in response.text else response.text.strip()
|
75 |
except Exception as e:
|
76 |
print("Gemini error:", e)
|
77 |
+
return "ayy im too fried... try again later"
|
78 |
|
79 |
|
80 |
app = Flask(__name__)
|