Spaces:
Build error
Build error
Commit
·
b64f6e0
1
Parent(s):
77cbf82
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,9 @@ with gr.Blocks(css=css_style) as demo:
|
|
36 |
''')
|
37 |
with gr.Accordion("List of properties we developed tools for", open=False):
|
38 |
gr.Markdown(f"""
|
39 |
-
Classification tasks: Stability, magnetism,
|
40 |
-
|
|
|
41 |
""")
|
42 |
openai_api_key = gr.Textbox(
|
43 |
label="OpenAI API Key", placeholder="sk-...", type="password")
|
|
|
36 |
''')
|
37 |
with gr.Accordion("List of properties we developed tools for", open=False):
|
38 |
gr.Markdown(f"""
|
39 |
+
Classification tasks: Stability, magnetism, gap direct and metal.
|
40 |
+
Regression tasks: band_gap, volume, density, atomic_density, formation energy per atom, energy per atom, electronic energy, ionic energy and total energy.
|
41 |
+
Reaction procedure for synthesis proposal.
|
42 |
""")
|
43 |
openai_api_key = gr.Textbox(
|
44 |
label="OpenAI API Key", placeholder="sk-...", type="password")
|