Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def summarize_multilang(text, input_lang, toggle_translation, output_lang):
|
|
89 |
|
90 |
# Gradio Interface with Toggle
|
91 |
with gr.Blocks() as demo:
|
92 |
-
gr.Markdown("#
|
93 |
gr.Markdown("Summarize your content in multiple languages. Optionally translate the summary!")
|
94 |
|
95 |
with gr.Row():
|
|
|
89 |
|
90 |
# Gradio Interface with Toggle
|
91 |
with gr.Blocks() as demo:
|
92 |
+
gr.Markdown("# SummarAI ")
|
93 |
gr.Markdown("Summarize your content in multiple languages. Optionally translate the summary!")
|
94 |
|
95 |
with gr.Row():
|