eslamelassal commited on
Commit
efc0619
·
verified ·
1 Parent(s): a0b07fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  #Hello! It seems like you want to import the Streamlit library in Python. Streamlit is a powerful open-source framework used for building web applications with interactive data visualizations and machine learning models. To import Streamlit, you'll need to ensure that you have it installed in your Python environment.
2
  #Once you have Streamlit installed, you can import it into your Python script using the import statement,
 
3
 
4
  import streamlit as st
5
 
 
1
  #Hello! It seems like you want to import the Streamlit library in Python. Streamlit is a powerful open-source framework used for building web applications with interactive data visualizations and machine learning models. To import Streamlit, you'll need to ensure that you have it installed in your Python environment.
2
  #Once you have Streamlit installed, you can import it into your Python script using the import statement,
3
+ import os
4
 
5
  import streamlit as st
6