Update app.py
Browse files
app.py
CHANGED
|
@@ -1139,7 +1139,8 @@ def create_interface():
|
|
| 1139 |
"""
|
| 1140 |
with gr.Blocks(title="Alivio Schedule Display") as demo:
|
| 1141 |
gr.Markdown("# Alivio Schedule Display")
|
| 1142 |
-
gr.Markdown("""Upload the Provider Information Excel and at least one Provider Schedule Excel file.
|
|
|
|
| 1143 |
gr.Markdown("""Providers are always displayed in different colors based on age coverage:""")
|
| 1144 |
gr.HTML("""
|
| 1145 |
<ul>
|
|
|
|
| 1139 |
"""
|
| 1140 |
with gr.Blocks(title="Alivio Schedule Display") as demo:
|
| 1141 |
gr.Markdown("# Alivio Schedule Display")
|
| 1142 |
+
gr.Markdown("""Upload the Provider Information Excel and at least one Provider Schedule Excel file.""")
|
| 1143 |
+
gr.Markdown("""Schedules will be generated for the selected locations found in the uploaded provider schedule files, displayed on a single calendar.""")
|
| 1144 |
gr.Markdown("""Providers are always displayed in different colors based on age coverage:""")
|
| 1145 |
gr.HTML("""
|
| 1146 |
<ul>
|