Spaces:
Sleeping
Sleeping
changing title
Browse files
app.py
CHANGED
|
@@ -156,7 +156,10 @@ def refresh_final():
|
|
| 156 |
|
| 157 |
# --- UI ---------------------------------------------------------------------
|
| 158 |
with gr.Blocks(title="Binding Challenges") as app:
|
| 159 |
-
gr.Markdown("#
|
|
|
|
|
|
|
|
|
|
| 160 |
|
| 161 |
with gr.Tab("Antibody–Antigen Binding Challenge"):
|
| 162 |
gr.Markdown("""
|
|
@@ -219,7 +222,7 @@ with gr.Blocks(title="Binding Challenges") as app:
|
|
| 219 |
)
|
| 220 |
li_refresh.click(refresh_ligand, outputs=li_df)
|
| 221 |
|
| 222 |
-
with gr.Tab("
|
| 223 |
fs_group = gr.Textbox(label="Group Name", placeholder="Your group name")
|
| 224 |
fs_repo_url = gr.Textbox(label="Repository URL")
|
| 225 |
fs_commit_sha = gr.Textbox(label="Commit SHA")
|
|
|
|
| 156 |
|
| 157 |
# --- UI ---------------------------------------------------------------------
|
| 158 |
with gr.Blocks(title="Binding Challenges") as app:
|
| 159 |
+
gr.Markdown("""# M-Boltz Hackathon\n
|
| 160 |
+
Welcome to the M-Boltz Hack! This is the submission portal for the two binding challenges: Antibody–Antigen Binding and Allosteric–Orthosteric Ligand Binding.\n
|
| 161 |
+
Please use the respective tabs to submit your results and view the leaderboard for each challenge. Once you are ready to make your final submission, please use the 'Final Submission' tab. If you have any questions or issues, don't hesistate to open a Discussion in the Community tab.\n
|
| 162 |
+
""")
|
| 163 |
|
| 164 |
with gr.Tab("Antibody–Antigen Binding Challenge"):
|
| 165 |
gr.Markdown("""
|
|
|
|
| 222 |
)
|
| 223 |
li_refresh.click(refresh_ligand, outputs=li_df)
|
| 224 |
|
| 225 |
+
with gr.Tab("Final Submission"):
|
| 226 |
fs_group = gr.Textbox(label="Group Name", placeholder="Your group name")
|
| 227 |
fs_repo_url = gr.Textbox(label="Repository URL")
|
| 228 |
fs_commit_sha = gr.Textbox(label="Commit SHA")
|