Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
9dda91a
1
Parent(s):
ab87ffb
update demo title
Browse files
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"):
|