Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ with gr.Blocks() as demo:
|
|
255 |
|
256 |
with gr.Row():
|
257 |
with gr.Column(scale=5):
|
258 |
-
textbox = gr.Textbox(placeholder="π€ Enter your prompt (up to 200 characters)"
|
259 |
submit_btn = gr.Button(value="Submit")
|
260 |
|
261 |
with gr.Row():
|
@@ -284,7 +284,7 @@ with gr.Blocks() as demo:
|
|
284 |
|
285 |
with gr.Row():
|
286 |
with gr.Column(scale=5):
|
287 |
-
direct_textbox = gr.Textbox(placeholder="π Enter your message"
|
288 |
direct_submit_btn = gr.Button(value="Submit")
|
289 |
|
290 |
with gr.Row():
|
|
|
255 |
|
256 |
with gr.Row():
|
257 |
with gr.Column(scale=5):
|
258 |
+
textbox = gr.Textbox(placeholder="π€ Enter your prompt (up to 200 characters)")
|
259 |
submit_btn = gr.Button(value="Submit")
|
260 |
|
261 |
with gr.Row():
|
|
|
284 |
|
285 |
with gr.Row():
|
286 |
with gr.Column(scale=5):
|
287 |
+
direct_textbox = gr.Textbox(placeholder="π Enter your message")
|
288 |
direct_submit_btn = gr.Button(value="Submit")
|
289 |
|
290 |
with gr.Row():
|