devansh152 commited on
Commit
e506eac
·
verified ·
1 Parent(s): 65d4bb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ theme = gr.themes.Ocean()
242
 
243
  with gr.Blocks(theme=theme, css="#footer-link {text-align: center; font-size: 14px; color: #555;}") as iface:
244
 
245
- gr.Markdown("## 🔬 Biological Network Analyzer (Multimodal Mistral via Unsloth)")
246
  gr.Markdown("Paste a network OR provide a public image URL. Then ask a query like **'Give ODEs'** or **'Is it cyclic?'**")
247
 
248
  with gr.Row():
 
242
 
243
  with gr.Blocks(theme=theme, css="#footer-link {text-align: center; font-size: 14px; color: #555;}") as iface:
244
 
245
+ gr.Markdown("## 🔬 Biological Network Analyzer")
246
  gr.Markdown("Paste a network OR provide a public image URL. Then ask a query like **'Give ODEs'** or **'Is it cyclic?'**")
247
 
248
  with gr.Row():