Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
|
|
76 |
|
77 |
textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
|
78 |
#textbox_output = gr.Textbox(label="Output", elem_id="scrollbox", lines=10)
|
79 |
-
|
80 |
|
81 |
# 按鈕控制觸發推論
|
82 |
button = gr.Button("Submit")
|
|
|
76 |
|
77 |
textbox_input = gr.Textbox(label="Prompt", lines=1, placeholder="Enter prompt here...")
|
78 |
#textbox_output = gr.Textbox(label="Output", elem_id="scrollbox", lines=10)
|
79 |
+
textbox_output = gr.Markdown(min_height=30, label="robot answer:")
|
80 |
|
81 |
# 按鈕控制觸發推論
|
82 |
button = gr.Button("Submit")
|