Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -404,14 +404,14 @@ with gr.Blocks() as demo:
|
|
404 |
)
|
405 |
|
406 |
with gr.Row():
|
407 |
-
gr.Markdown("
|
408 |
comment_gpt4o = gr.Textbox(label="", lines=3)
|
409 |
comment_gigachat_pro = gr.Textbox(label="", lines=3)
|
410 |
comment_gigachat_lite = gr.Textbox(label="", lines=3)
|
411 |
comment_gigachat_plus = gr.Textbox(label="", lines=3)
|
412 |
|
413 |
with gr.Row():
|
414 |
-
gr.Markdown("
|
415 |
corrected_gpt4o = gr.Textbox(label="", lines=3)
|
416 |
corrected_gigachat_pro = gr.Textbox(label="", lines=3)
|
417 |
corrected_gigachat_lite = gr.Textbox(label="", lines=3)
|
|
|
404 |
)
|
405 |
|
406 |
with gr.Row():
|
407 |
+
gr.Markdown("*Комментарий (опционально):*")
|
408 |
comment_gpt4o = gr.Textbox(label="", lines=3)
|
409 |
comment_gigachat_pro = gr.Textbox(label="", lines=3)
|
410 |
comment_gigachat_lite = gr.Textbox(label="", lines=3)
|
411 |
comment_gigachat_plus = gr.Textbox(label="", lines=3)
|
412 |
|
413 |
with gr.Row():
|
414 |
+
gr.Markdown("*Откорректированное сообщение (опционально):*")
|
415 |
corrected_gpt4o = gr.Textbox(label="", lines=3)
|
416 |
corrected_gigachat_pro = gr.Textbox(label="", lines=3)
|
417 |
corrected_gigachat_lite = gr.Textbox(label="", lines=3)
|