Talip7 commited on
Commit
a24ce43
Β·
verified Β·
1 Parent(s): f11c153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -113,7 +113,15 @@ def process(text_input, pdf_file, summary_lang, style, char_limit, make_quiz):
113
  with gr.Blocks() as demo:
114
  gr.Markdown("## 🌍 Multilingual Summarizer + Quiz Generator")
115
  with gr.Accordion("πŸ“˜ View README / Usage Guide", open=False):
116
- gr.Markdown("This app creates summaries and quizzes from PDFs or text, in multiple languages.")
 
 
 
 
 
 
 
 
117
 
118
  with gr.Row():
119
  summary_lang = gr.Dropdown(LANGUAGES, value="English", label="Summary Language")
 
113
  with gr.Blocks() as demo:
114
  gr.Markdown("## 🌍 Multilingual Summarizer + Quiz Generator")
115
  with gr.Accordion("πŸ“˜ View README / Usage Guide", open=False):
116
+ gr.Markdown('''This application allows you to upload a PDF or paste text, select your preferred summary language, and receive:
117
+
118
+ - βœ‚οΈ A clear summary
119
+ - 🏷️ An auto-generated title
120
+ - πŸ”‘ 5 relevant keywords
121
+ - 🌐 If the content language and summary language differ, the app will auto-translate before summarizing
122
+
123
+ Powered by OpenAI GPT-3.5 and Gradio.
124
+ ''')
125
 
126
  with gr.Row():
127
  summary_lang = gr.Dropdown(LANGUAGES, value="English", label="Summary Language")