MuzammilMax commited on
Commit
a01b13d
·
verified ·
1 Parent(s): 633a4d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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():