bndl commited on
Commit
08254d7
·
1 Parent(s): b622583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(css=css_styling, title=page_title) as demo:
245
  with gr.Row():
246
  with gr.Column():
247
  gr.Markdown("### Your alloy formula")
248
- gr.HighlightedTex(value="Al0.25 Co1 Fe1 Ni1")
249
  with gr.Row():
250
  with gr.Column():
251
  gr.Markdown("### The target performance of your alloy")
 
245
  with gr.Row():
246
  with gr.Column():
247
  gr.Markdown("### Your alloy formula")
248
+ gr.HighlightedText(value="Al0.25 Co1 Fe1 Ni1")
249
  with gr.Row():
250
  with gr.Column():
251
  gr.Markdown("### The target performance of your alloy")