simonduerr commited on
Commit
f77fa43
1 Parent(s): f582647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,8 +99,8 @@ with gr.Blocks() as demo:
99
  model_name = gr.Textbox(label="Model name")
100
  model_id = gr.Textbox(label="username/space e.g mlsb/alphafold3")
101
  challenge = gr.Radio(choices=["PINDER", "PLINDER"],label="Challenge")
 
102
  with gr.Row():
103
- gr.Markdown("Either give a submission id if you submitted to the MLSB workshop or provide a link to the preprint/paper describing the method.")
104
  submission_id = gr.Textbox(label="Submission ID on CMT")
105
  paper_link = gr.Textbox(label="Preprint or Paper link")
106
  architecture = gr.Dropdown(choices=["GNN", "CNN", "Physics-based", "Other"],label="Model architecture")
 
99
  model_name = gr.Textbox(label="Model name")
100
  model_id = gr.Textbox(label="username/space e.g mlsb/alphafold3")
101
  challenge = gr.Radio(choices=["PINDER", "PLINDER"],label="Challenge")
102
+ gr.Markdown("Either give a submission id if you submitted to the MLSB workshop or provide a link to the preprint/paper describing the method.")
103
  with gr.Row():
 
104
  submission_id = gr.Textbox(label="Submission ID on CMT")
105
  paper_link = gr.Textbox(label="Preprint or Paper link")
106
  architecture = gr.Dropdown(choices=["GNN", "CNN", "Physics-based", "Other"],label="Model architecture")