Temporarily removed Submit button
Browse files
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=
|
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
|