hsuwill000 commited on
Commit
acc1226
·
verified ·
1 Parent(s): 10e5744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Markdown(label="robot answer:", elem_id="scroll_output")
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