Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(css=css) as demo:
|
|
68 |
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
-
input_text = gr.
|
72 |
with gr.Row():
|
73 |
see_prompts = gr.Button("Feed in your text!")
|
74 |
|
|
|
68 |
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
+
input_text = gr.Textbox(elem_id="input-text")
|
72 |
with gr.Row():
|
73 |
see_prompts = gr.Button("Feed in your text!")
|
74 |
|