Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -891,8 +891,8 @@ with gr.Blocks(theme="default") as demo:
|
|
891 |
corrected_sms_2 = gr.Textbox(label="Откорректированное SMS 2", lines=3, value="")
|
892 |
|
893 |
with gr.Row():
|
894 |
-
save_sms_1_btn = gr.Button("Сохранить в базу
|
895 |
-
save_sms_2_btn = gr.Button("Сохранить в базу
|
896 |
|
897 |
final_prompt_1_state = gr.State("")
|
898 |
final_prompt_2_state = gr.State("")
|
|
|
891 |
corrected_sms_2 = gr.Textbox(label="Откорректированное SMS 2", lines=3, value="")
|
892 |
|
893 |
with gr.Row():
|
894 |
+
save_sms_1_btn = gr.Button("Сохранить в базу")
|
895 |
+
save_sms_2_btn = gr.Button("Сохранить в базу")
|
896 |
|
897 |
final_prompt_1_state = gr.State("")
|
898 |
final_prompt_2_state = gr.State("")
|