Spaces:
Runtime error
Runtime error
textbox default value
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ sample_text = (
|
|
| 19 |
|
| 20 |
textbox = gr.Textbox(
|
| 21 |
label="Type your query here.",
|
| 22 |
-
|
| 23 |
)
|
| 24 |
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
textbox = gr.Textbox(
|
| 21 |
label="Type your query here.",
|
| 22 |
+
value=sample_text, lines=10
|
| 23 |
)
|
| 24 |
|
| 25 |
|