wanwanlin0521 commited on
Commit
29a96ae
·
verified ·
1 Parent(s): 30db24d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1140,8 +1140,8 @@ def create_interface():
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.Schedules will be generated for the selected locations found in the uploaded provider schedule files, displayed on a single calendar.""")
 
1143
  gr.HTML("""
1144
- <p>Providers are always displayed in different colors based on age coverage:</p>
1145
  <ul>
1146
  <li><span style="color: #ff6347; font-weight: bold;">Red</span>: Covers all age groups (Newborn-5mo, 6mo-9yo, 10-17yo, 18-20yo, 21-24yo, 25+yo).</li>
1147
  <li><span style="color: #0000ff; font-weight: bold;">Blue</span>: Covers patients above 18 (18-20yo, 21-24yo, 25+yo).</li>
 
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.Schedules will be generated for the selected locations found in the uploaded provider schedule files, displayed on a single calendar.""")
1143
+ gr.Markdown("""Providers are always displayed in different colors based on age coverage:""")
1144
  gr.HTML("""
 
1145
  <ul>
1146
  <li><span style="color: #ff6347; font-weight: bold;">Red</span>: Covers all age groups (Newborn-5mo, 6mo-9yo, 10-17yo, 18-20yo, 21-24yo, 25+yo).</li>
1147
  <li><span style="color: #0000ff; font-weight: bold;">Blue</span>: Covers patients above 18 (18-20yo, 21-24yo, 25+yo).</li>