Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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():
|