Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(
|
|
165 |
gr.Examples(
|
166 |
[
|
167 |
"I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?",
|
168 |
-
"How do black holes?",
|
169 |
"Can you tell me a joke?",
|
170 |
"Can you write a short story about a time-traveling detective who solves historical mysteries?",
|
171 |
"I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?",
|
@@ -176,7 +176,7 @@ with gr.Blocks(
|
|
176 |
with gr.Column(scale=1):
|
177 |
with gr.Row(variant="compact"):
|
178 |
clear_history = gr.Button(
|
179 |
-
"Clear
|
180 |
min_width="17",
|
181 |
size="sm",
|
182 |
scale=1,
|
|
|
165 |
gr.Examples(
|
166 |
[
|
167 |
"I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?",
|
168 |
+
"How do black holes operate?",
|
169 |
"Can you tell me a joke?",
|
170 |
"Can you write a short story about a time-traveling detective who solves historical mysteries?",
|
171 |
"I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?",
|
|
|
176 |
with gr.Column(scale=1):
|
177 |
with gr.Row(variant="compact"):
|
178 |
clear_history = gr.Button(
|
179 |
+
"Clear History",
|
180 |
min_width="17",
|
181 |
size="sm",
|
182 |
scale=1,
|