Spaces:
Runtime error
Runtime error
Update app.py
#4
by
Expreconta
- opened
app.py
CHANGED
@@ -48,7 +48,7 @@ with block as demo:
|
|
48 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
49 |
|
50 |
text = gr.Textbox(
|
51 |
-
value = "
|
52 |
label="Enter your prompt", show_label=False, max_lines=1
|
53 |
).style(
|
54 |
border=(True, False, True, True),
|
|
|
48 |
with gr.Row().style(mobile_collapse=False, equal_height=True):
|
49 |
|
50 |
text = gr.Textbox(
|
51 |
+
value = "Cute Hedgehog",
|
52 |
label="Enter your prompt", show_label=False, max_lines=1
|
53 |
).style(
|
54 |
border=(True, False, True, True),
|