Update gradio_ui.py
Browse files- gradio_ui.py +1 -1
gradio_ui.py
CHANGED
@@ -71,7 +71,7 @@ def create_header():
|
|
71 |
"""
|
72 |
<div style="display: flex; justify-content: space-between; align-items: center; padding: 0 15px;">
|
73 |
<div>
|
74 |
-
<h1 style="margin-bottom:0;">π° News
|
75 |
<p style="margin-top: 0.5em; color: #666;">π AIO2024 Module 10 π€</p>
|
76 |
<p style="margin-top: 0.5em; color: #2c3e50;">ποΈ Real-time News Fetch & Summarization</p>
|
77 |
<p style="margin-top: 0.2em; color: #7f8c8d;">π Topic Classification & Insight Extraction</p>
|
|
|
71 |
"""
|
72 |
<div style="display: flex; justify-content: space-between; align-items: center; padding: 0 15px;">
|
73 |
<div>
|
74 |
+
<h1 style="margin-bottom:0;">π° News Summary Agent</h1>
|
75 |
<p style="margin-top: 0.5em; color: #666;">π AIO2024 Module 10 π€</p>
|
76 |
<p style="margin-top: 0.5em; color: #2c3e50;">ποΈ Real-time News Fetch & Summarization</p>
|
77 |
<p style="margin-top: 0.2em; color: #7f8c8d;">π Topic Classification & Insight Extraction</p>
|