Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -476,7 +476,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
|
|
476 |
with gr.Column():
|
477 |
with gr.Row():
|
478 |
with gr.Column():
|
479 |
-
gr.Markdown("### Optimal conditions")
|
480 |
gr.Markdown("### Optimal nanomaterial characteristics")
|
481 |
optimal_binder = gr.Text(label="Optimal binder")
|
482 |
optimal_nms_type = gr.Text(label="Optimal NMS type")
|
|
|
476 |
with gr.Column():
|
477 |
with gr.Row():
|
478 |
with gr.Column():
|
479 |
+
# gr.Markdown("### Optimal conditions")
|
480 |
gr.Markdown("### Optimal nanomaterial characteristics")
|
481 |
optimal_binder = gr.Text(label="Optimal binder")
|
482 |
optimal_nms_type = gr.Text(label="Optimal NMS type")
|