nyax commited on
Commit
f968605
·
verified ·
1 Parent(s): c1f4f12

Temporarily removed Submit button

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -340,8 +340,8 @@ with gr.Blocks(title="PhyloLM", theme=gr.themes.Default()) as demo:
340
  )
341
 
342
  with gr.Group():
343
- model_input = gr.Textbox(label="Model", interactive=True)
344
- submit_btn = gr.Button("Run PhyloLM", variant="primary")
345
 
346
 
347
  # Disclaimer and citation
 
340
  )
341
 
342
  with gr.Group():
343
+ model_input = gr.Textbox(label="Model", interactive=False)
344
+ submit_btn = gr.Button("Run PhyloLM", variant="primary",interactive=False)
345
 
346
 
347
  # Disclaimer and citation