kushi0002 commited on
Commit
7ceca8f
·
verified ·
1 Parent(s): e304530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# 🌍 SummarAI - Multi-Language Text Summarizer")
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():