Ginidu2003 commited on
Commit
642e206
·
verified ·
1 Parent(s): fd68e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -120,7 +120,7 @@ def answer_question(news_content, question):
120
 
121
  # ====================== BEAUTIFUL UI ======================
122
  with gr.Blocks(
123
- title="English News Classifier",
124
  theme=gr.themes.Soft(),
125
  css="""
126
  .gradio-container {
@@ -177,8 +177,8 @@ with gr.Blocks(
177
  """
178
  ) as demo:
179
 
180
- gr.Markdown("# 📰 English News Classifier")
181
- gr.Markdown("### Intelligent News Analysis Tool | Daily Mirror Sri Lanka")
182
 
183
  with gr.Tabs():
184
  with gr.Tab("📊 News Classification"):
@@ -218,6 +218,6 @@ with gr.Blocks(
218
  )
219
 
220
  gr.Markdown("---")
221
- gr.Markdown("**Built for Text Analytics Assignment - Section 02**")
222
 
223
  demo.launch()
 
120
 
121
  # ====================== BEAUTIFUL UI ======================
122
  with gr.Blocks(
123
+ title="News Classifier & Question Answering App",
124
  theme=gr.themes.Soft(),
125
  css="""
126
  .gradio-container {
 
177
  """
178
  ) as demo:
179
 
180
+ gr.Markdown("# 📰 News Classifier & Question Answering App..")
181
+
182
 
183
  with gr.Tabs():
184
  with gr.Tab("📊 News Classification"):
 
218
  )
219
 
220
  gr.Markdown("---")
221
+
222
 
223
  demo.launch()