Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks() as demo:
|
|
126 |
with gr.Column():
|
127 |
textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
|
128 |
button = gr.Button("Submit")
|
129 |
-
textbox_output = gr.
|
130 |
with gr.Column():
|
131 |
StoryBox = gr.Textbox(label="Story", lines=50, placeholder="Story here...", value=story_default_text)
|
132 |
|
|
|
126 |
with gr.Column():
|
127 |
textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
|
128 |
button = gr.Button("Submit")
|
129 |
+
textbox_output = gr.Textbox(label="robot answer:",lines=20, elem_id="scroll_output")
|
130 |
with gr.Column():
|
131 |
StoryBox = gr.Textbox(label="Story", lines=50, placeholder="Story here...", value=story_default_text)
|
132 |
|