Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
|
|
147 |
label="Click to download generated molecules",
|
148 |
)
|
149 |
image_output = gr.Image(
|
150 |
-
label="Structures of randomly selected
|
151 |
)
|
152 |
|
153 |
|
|
|
147 |
label="Click to download generated molecules",
|
148 |
)
|
149 |
image_output = gr.Image(
|
150 |
+
label="Structures of randomly selected de novo molecules from the inference set:"
|
151 |
)
|
152 |
|
153 |
|