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