FariaNoumi09 commited on
Commit
9e3ce60
·
1 Parent(s): 409e299

This is my first commit

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+ st.write("LEVEL1 TITLE: APP")
3
+ st.write ("This is my first app")
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit