Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -470,7 +470,7 @@ css = """
|
|
470 |
|
471 |
with gr.Blocks(css=css) as iface:
|
472 |
gr.Markdown("""
|
473 |
-
# Virus Host Classifier
|
474 |
**Step 1**: Predict overall viral sequence origin (human vs non-human) and identify extreme regions.
|
475 |
**Step 2**: Explore subregions to see local SHAP signals, distribution, GC content, etc.
|
476 |
|
|
|
470 |
|
471 |
with gr.Blocks(css=css) as iface:
|
472 |
gr.Markdown("""
|
473 |
+
# Virus Host Classifier
|
474 |
**Step 1**: Predict overall viral sequence origin (human vs non-human) and identify extreme regions.
|
475 |
**Step 2**: Explore subregions to see local SHAP signals, distribution, GC content, etc.
|
476 |
|