Spaces:
Sleeping
Sleeping
Chunhua Liao
commited on
Commit
·
b1aaaf4
1
Parent(s):
587fb46
add warning message
Browse files
app.py
CHANGED
@@ -555,6 +555,8 @@ def create_gradio_interface():
|
|
555 |
- Higher generation temperature = more creative ideas
|
556 |
- Lower reflection temperature = more analytical reviews
|
557 |
- Each cycle builds on previous results
|
|
|
|
|
558 |
""")
|
559 |
|
560 |
# Results section
|
|
|
555 |
- Higher generation temperature = more creative ideas
|
556 |
- Lower reflection temperature = more analytical reviews
|
557 |
- Each cycle builds on previous results
|
558 |
+
|
559 |
+
**Note:** Since it uses the free version of Gemini, it may occasionally return zero hypotheses if rate limits are reached. Please try again in this case.
|
560 |
""")
|
561 |
|
562 |
# Results section
|