Update app.py
Browse files
app.py
CHANGED
|
@@ -85,6 +85,7 @@ def update_all(sign):
|
|
| 85 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 86 |
current_date = datetime.now().strftime("%d %b %Y")
|
| 87 |
title = gr.Markdown(f"# 🌟 Daily Update: {current_date}")
|
|
|
|
| 88 |
|
| 89 |
with gr.Row():
|
| 90 |
sign_dropdown = gr.Dropdown(
|
|
|
|
| 85 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 86 |
current_date = datetime.now().strftime("%d %b %Y")
|
| 87 |
title = gr.Markdown(f"# 🌟 Daily Update: {current_date}")
|
| 88 |
+
tagline = gr.Markdown("## Stay connected effortlessly—get top news, historical highlights, and astrological insights, all in one place, every morning!")
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
sign_dropdown = gr.Dropdown(
|