zulissimeta commited on
Commit
9dda91a
·
1 Parent(s): ab87ffb

update demo title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def main():
122
  label="ASE Reproduction Script",
123
  )
124
 
125
- with gr.Blocks(theme=gr.themes.Ocean()) as demo:
126
  with gr.Row():
127
  with gr.Column(scale=2):
128
  with gr.Column(variant="panel"):
 
122
  label="ASE Reproduction Script",
123
  )
124
 
125
+ with gr.Blocks(theme=gr.themes.Ocean(), title="FAIR Chem UMA Demo") as demo:
126
  with gr.Row():
127
  with gr.Column(scale=2):
128
  with gr.Column(variant="panel"):