Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ def answer_question(news_content, question):
|
|
| 120 |
|
| 121 |
# ====================== BEAUTIFUL UI ======================
|
| 122 |
with gr.Blocks(
|
| 123 |
-
title="
|
| 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("# 📰
|
| 181 |
-
|
| 182 |
|
| 183 |
with gr.Tabs():
|
| 184 |
with gr.Tab("📊 News Classification"):
|
|
@@ -218,6 +218,6 @@ with gr.Blocks(
|
|
| 218 |
)
|
| 219 |
|
| 220 |
gr.Markdown("---")
|
| 221 |
-
|
| 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()
|