Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
|
|
99 |
|
100 |
with gr.Row():
|
101 |
submit_text_button_1 = gr.Button(value = 'Send')
|
102 |
-
submit_text_button_2 = gr.Button(value = 'Send
|
103 |
|
104 |
# System prompts textboxes
|
105 |
with gr.Row():
|
|
|
99 |
|
100 |
with gr.Row():
|
101 |
submit_text_button_1 = gr.Button(value = 'Send')
|
102 |
+
submit_text_button_2 = gr.Button(value = 'Send')
|
103 |
|
104 |
# System prompts textboxes
|
105 |
with gr.Row():
|