ccm commited on
Commit
a10afc1
·
1 Parent(s): 276247f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")