awais0300 commited on
Commit
e1f4749
·
verified ·
1 Parent(s): 906fb2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,12 +1,13 @@
1
- ---
2
- title: App
3
- emoji: 🏆
4
- colorFrom: yellow
5
- colorTo: pink
6
- sdk: streamlit
7
- sdk_version: 1.40.2
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
+ # Super Mario Bros. Game with Streamlit
2
+
3
+ This app allows you to play Super Mario Bros. directly in your browser using Streamlit and the `gym-super-mario-bros` environment.
4
+
5
+ Use the slider to control Mario's movement and jump around the classic levels of the game. Have fun!
6
+
7
+ ## Controls
8
+
9
+ - Use the slider to control Mario's actions (left, right, jump).
10
+
11
+ ## Deployment
12
+
13
+ This app can be deployed on Hugging Face Spaces.