Spaces:
Runtime error
Runtime error
Dhruv Diddi
commited on
Commit
·
78d4cd9
1
Parent(s):
b779b29
add examples
Browse files
app.py
CHANGED
@@ -218,18 +218,19 @@ with gr.Blocks(css=css) as demo:
|
|
218 |
|
219 |
gr.Markdown(
|
220 |
"""
|
221 |
-
##
|
|
|
|
|
|
|
|
|
|
|
222 |
"""
|
223 |
|
224 |
|
225 |
)
|
226 |
|
227 |
with gr.Row():
|
228 |
-
|
229 |
-
['Which country will win the 2002 World Cup?'],
|
230 |
-
["A is the son's of B's uncle. What is the family relationship between A and B?"],
|
231 |
-
["In 2030, "],
|
232 |
-
]
|
233 |
enter_prompt = gr.Textbox(
|
234 |
label="Enter prompt",
|
235 |
lines=3,
|
|
|
218 |
|
219 |
gr.Markdown(
|
220 |
"""
|
221 |
+
## 1. Enter prompt
|
222 |
+
Here are some examples: \n
|
223 |
+
Доброе утро \t
|
224 |
+
おはようございます \t
|
225 |
+
शुभ प्रभात \t
|
226 |
+
Good morning
|
227 |
"""
|
228 |
|
229 |
|
230 |
)
|
231 |
|
232 |
with gr.Row():
|
233 |
+
|
|
|
|
|
|
|
|
|
234 |
enter_prompt = gr.Textbox(
|
235 |
label="Enter prompt",
|
236 |
lines=3,
|