Spaces:
Paused
Paused
Commit
·
4ed5617
1
Parent(s):
29e0784
new
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=formatted_css) as block_demo:
|
|
129 |
output_text = gr.TextArea(
|
130 |
label="Brain Output", lines=13, elem_id="output").style(show_copy_button=True)
|
131 |
followupquestion = gr.Textbox(
|
132 |
-
label="
|
133 |
followupButton = gr.Button(
|
134 |
value="FOLLOW UP", elem_id="buttonfollowup")
|
135 |
|
|
|
129 |
output_text = gr.TextArea(
|
130 |
label="Brain Output", lines=13, elem_id="output").style(show_copy_button=True)
|
131 |
followupquestion = gr.Textbox(
|
132 |
+
label="Follow Up Question", lines=2, elem_id="question")
|
133 |
followupButton = gr.Button(
|
134 |
value="FOLLOW UP", elem_id="buttonfollowup")
|
135 |
|