Nilsparrow1920 commited on
Commit
2c24e48
·
verified ·
1 Parent(s): 48d0905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (Gradio)") as demo:
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():