Spaces:
Running
Running
AI özeti için yerleşik kopyala butonu aktif edildi
Browse files
ui.py
CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
|
|
57 |
text_output = gr.Textbox(label="Giriş Metni")
|
58 |
copy_btn = gr.Button("Özeti Kopyala")
|
59 |
copy_status = gr.Textbox(visible=False)
|
60 |
-
summary_output = gr.Textbox(label="AI Özeti")
|
61 |
summary_file = gr.File(label="Özeti İndir", interactive=True)
|
62 |
|
63 |
submit_btn.click(
|
|
|
57 |
text_output = gr.Textbox(label="Giriş Metni")
|
58 |
copy_btn = gr.Button("Özeti Kopyala")
|
59 |
copy_status = gr.Textbox(visible=False)
|
60 |
+
summary_output = gr.Textbox(label="AI Özeti", lines=10, show_copy_button=True)
|
61 |
summary_file = gr.File(label="Özeti İndir", interactive=True)
|
62 |
|
63 |
submit_btn.click(
|