arikat commited on
Commit
871e70e
·
1 Parent(s): 3eddd09

added versioning to the title

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