Wan Xinyi
commited on
Commit
·
e7d1e67
1
Parent(s):
ac0b05c
Name changes
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks() as demo:
|
|
164 |
baseline_image=gr.Image(None, interactive=False, label="Schedule Image", show_label=False)
|
165 |
|
166 |
with gr.Group():
|
167 |
-
gr.Markdown("
|
168 |
with gr.Row():
|
169 |
with gr.Column(scale=1):
|
170 |
zb_time=gr.Textbox("", label="Longest Stage Time")
|
@@ -173,7 +173,7 @@ with gr.Blocks() as demo:
|
|
173 |
with gr.Column(scale=4):
|
174 |
zb_image=gr.Image(None, interactive=False, label="Schedule Image", show_label=False)
|
175 |
with gr.Group():
|
176 |
-
gr.Markdown("
|
177 |
with gr.Row():
|
178 |
with gr.Column(scale=1):
|
179 |
zbv_time=gr.Textbox("", label="Longest Stage Time")
|
|
|
164 |
baseline_image=gr.Image(None, interactive=False, label="Schedule Image", show_label=False)
|
165 |
|
166 |
with gr.Group():
|
167 |
+
gr.Markdown("ZB Schedule")
|
168 |
with gr.Row():
|
169 |
with gr.Column(scale=1):
|
170 |
zb_time=gr.Textbox("", label="Longest Stage Time")
|
|
|
173 |
with gr.Column(scale=4):
|
174 |
zb_image=gr.Image(None, interactive=False, label="Schedule Image", show_label=False)
|
175 |
with gr.Group():
|
176 |
+
gr.Markdown("ZBV Schedule")
|
177 |
with gr.Row():
|
178 |
with gr.Column(scale=1):
|
179 |
zbv_time=gr.Textbox("", label="Longest Stage Time")
|