Spaces:
Sleeping
Sleeping
added versioning to the title
Browse files
app.py
CHANGED
@@ -419,7 +419,7 @@ prediction_explain = gr.outputs.Image(type='pil', label="Donor prediction explan
|
|
419 |
|
420 |
|
421 |
with gr.Blocks() as app:
|
422 |
-
gr.Markdown("# Glydentify")
|
423 |
|
424 |
with gr.Tab("Single Sequence Prediction"):
|
425 |
with gr.Row().style(equal_height=True):
|
|
|
419 |
|
420 |
|
421 |
with gr.Blocks() as app:
|
422 |
+
gr.Markdown("# Glydentify (alpha v0.3)")
|
423 |
|
424 |
with gr.Tab("Single Sequence Prediction"):
|
425 |
with gr.Row().style(equal_height=True):
|