MuzammilMax commited on
Commit
d88271a
·
verified ·
1 Parent(s): df12872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,7 +7,7 @@ Original file is located at
7
  https://colab.research.google.com/drive/1GgGC-fVnA0fSxU859NjSi_jH8yiWUKOu
8
  """
9
 
10
- !pip install tensorflow==2.15
11
 
12
  """# Chem simulation using scipy"""
13
 
@@ -450,7 +450,7 @@ def ode2(A0, B0, C0, temp, Ea, A_factor, is_reversible, order):
450
 
451
  """## gradio"""
452
 
453
- !pip install gradio
454
 
455
  import gradio as gr
456
  import pandas as pd
@@ -639,7 +639,7 @@ st.markdown("App created with ❤️ using Streamlit")
639
 
640
 
641
 
642
- !npm install -g localtunnel
643
 
644
  """Main code for Steamlit pipeline
645
 
 
7
  https://colab.research.google.com/drive/1GgGC-fVnA0fSxU859NjSi_jH8yiWUKOu
8
  """
9
 
10
+ # !pip install tensorflow==2.15
11
 
12
  """# Chem simulation using scipy"""
13
 
 
450
 
451
  """## gradio"""
452
 
453
+ # !pip install gradio
454
 
455
  import gradio as gr
456
  import pandas as pd
 
639
 
640
 
641
 
642
+
643
 
644
  """Main code for Steamlit pipeline
645