Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ def interpolate(t1, t2, d1, d2, th1, th2, steps):
|
|
286 |
|
287 |
with gradio.Blocks() as demo:
|
288 |
|
289 |
-
with gradio.Accordion("Read about the ML model here!", open=False):
|
290 |
with gradio.Row():
|
291 |
with gradio.Column():
|
292 |
gradio.Markdown("# A Data-Driven Approach for Multi-Lattice Transitions")
|
|
|
286 |
|
287 |
with gradio.Blocks() as demo:
|
288 |
|
289 |
+
with gradio.Accordion("✨ Read about the ML model here! ✨", open=False):
|
290 |
with gradio.Row():
|
291 |
with gradio.Column():
|
292 |
gradio.Markdown("# A Data-Driven Approach for Multi-Lattice Transitions")
|