Ruijia Tan
commited on
Commit
•
1648a83
1
Parent(s):
e7a4189
Upload code.
Browse files
app.py
CHANGED
@@ -224,6 +224,7 @@ with gr.Blocks() as demo:
|
|
224 |
with gr.Row():
|
225 |
clear = gr.Button("Clear")
|
226 |
submit = gr.Button("Predict")
|
|
|
227 |
#The prediction result(Six mechanical properties) of ML models.
|
228 |
with gr.Row():
|
229 |
Hardness = gr.Number(label="Hardness (VHN)")
|
|
|
224 |
with gr.Row():
|
225 |
clear = gr.Button("Clear")
|
226 |
submit = gr.Button("Predict")
|
227 |
+
|
228 |
#The prediction result(Six mechanical properties) of ML models.
|
229 |
with gr.Row():
|
230 |
Hardness = gr.Number(label="Hardness (VHN)")
|