Spaces:
Runtime error
Runtime error
Commit
·
5069bf5
1
Parent(s):
0ed9063
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ with gr.Blocks(title='Talk to chatGPT') as demo:
|
|
| 164 |
with gr.Row(elem_id="prompt_row"):
|
| 165 |
prompt_input = gr.Textbox(lines=2, label="Input text (translated)",show_label=True)
|
| 166 |
chat_history = gr.Textbox(lines=4, label="prompt", visible=False)
|
| 167 |
-
submit_btn = gr.Button(value = "
|
| 168 |
margin=True,
|
| 169 |
rounded=(True, True, True, True),
|
| 170 |
width=100
|
|
|
|
| 164 |
with gr.Row(elem_id="prompt_row"):
|
| 165 |
prompt_input = gr.Textbox(lines=2, label="Input text (translated)",show_label=True)
|
| 166 |
chat_history = gr.Textbox(lines=4, label="prompt", visible=False)
|
| 167 |
+
submit_btn = gr.Button(value = "Send to chatGPT",elem_id="submit-btn").style(
|
| 168 |
margin=True,
|
| 169 |
rounded=(True, True, True, True),
|
| 170 |
width=100
|