Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -510,6 +510,7 @@ def run_simulation_and_plot(temp, Ea, A_factor, pH, pressure, is_reversible, str
|
|
| 510 |
with gr.Blocks() as iface:
|
| 511 |
gr.Markdown("# Chemical Reaction Order Prediction and Simulation")
|
| 512 |
gr.Markdown("Use the sliders and options to see the predicted reaction order and a plot of the concentrations over time.")
|
|
|
|
| 513 |
with gr.Row():
|
| 514 |
with gr.Column():
|
| 515 |
gr.Markdown("### Reaction Conditions")
|
|
|
|
| 510 |
with gr.Blocks() as iface:
|
| 511 |
gr.Markdown("# Chemical Reaction Order Prediction and Simulation")
|
| 512 |
gr.Markdown("Use the sliders and options to see the predicted reaction order and a plot of the concentrations over time.")
|
| 513 |
+
gr.Markdown("Project made by Mujtaba , Muzammil , Taha and Ali Zain")
|
| 514 |
with gr.Row():
|
| 515 |
with gr.Column():
|
| 516 |
gr.Markdown("### Reaction Conditions")
|