notbulubula commited on
Commit
05d4e07
β€’
1 Parent(s): a5d8b59

Adding README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: My Streamlit App # Replace with your app's title
3
+ emoji: πŸš€ # Pick an emoji that represents your app
4
+ colorFrom: red # Starting color of the gradient
5
+ colorTo: yellow # Ending color of the gradient
6
+ sdk: streamlit # The SDK your app is using, here it is 'streamlit'
7
+ sdk_version: "1.24.0" # Specify the Streamlit version you're using
8
+ app_file: app.py # The main Python file to run
9
+ pinned: false # If true, pins the Space to the top of your profile
10
+ ---
11
+
12
+ # My Streamlit App
13
+
14
+ This is a Streamlit app that does XYZ. Replace this with a description of what your app does and any other relevant details.