Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -300,7 +300,7 @@ def run_predict(mode, text, csv_file, fasta_file, batch_size):
|
|
| 300 |
# ----------------------
|
| 301 |
# UI (Gradio Blocks)
|
| 302 |
# ----------------------
|
| 303 |
-
with gr.Blocks(title="KEMP-PIP
|
| 304 |
gr.Markdown("## 🧪 KEMP-PIP — Pro-Inflammatory Peptide Predictor")
|
| 305 |
|
| 306 |
with gr.Row():
|
|
|
|
| 300 |
# ----------------------
|
| 301 |
# UI (Gradio Blocks)
|
| 302 |
# ----------------------
|
| 303 |
+
with gr.Blocks(title="KEMP-PIP") as demo:
|
| 304 |
gr.Markdown("## 🧪 KEMP-PIP — Pro-Inflammatory Peptide Predictor")
|
| 305 |
|
| 306 |
with gr.Row():
|