Update app.py
Browse files
app.py
CHANGED
|
@@ -424,7 +424,7 @@ with gr.Blocks(
|
|
| 424 |
with gr.Row(elem_classes="input-row"):
|
| 425 |
topic_box = gr.Textbox(
|
| 426 |
label="Topic or Question",
|
| 427 |
-
placeholder="e.g.
|
| 428 |
scale=5 # Increased scale for wider topic box
|
| 429 |
)
|
| 430 |
gen_btn = gr.Button("Generate", scale=2, variant="primary")
|
|
|
|
| 424 |
with gr.Row(elem_classes="input-row"):
|
| 425 |
topic_box = gr.Textbox(
|
| 426 |
label="Topic or Question",
|
| 427 |
+
placeholder="e.g. 'Alexander the Great' or 'How does lightning form?''",
|
| 428 |
scale=5 # Increased scale for wider topic box
|
| 429 |
)
|
| 430 |
gen_btn = gr.Button("Generate", scale=2, variant="primary")
|