Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def evaluate_and_update(pred_file, username,password):
|
|
77 |
|
78 |
|
79 |
with gr.Blocks() as demo:
|
80 |
-
gr.Markdown("# 🧊
|
81 |
with gr.Row():
|
82 |
username = gr.Textbox(label="Username")
|
83 |
password = gr.Textbox(label="Password", type="password")
|
|
|
77 |
|
78 |
|
79 |
with gr.Blocks() as demo:
|
80 |
+
gr.Markdown("# 🧊 MMScan HVG Challenge")
|
81 |
with gr.Row():
|
82 |
username = gr.Textbox(label="Username")
|
83 |
password = gr.Textbox(label="Password", type="password")
|