fahadcr14 commited on
Commit
e5c2820
·
1 Parent(s): 1661bec
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,13 +1,14 @@
1
-
2
  # mlactions
3
 
4
  ---
5
- title: {{title}}
6
- emoji: {{emoji}}
7
- colorFrom: {{colorFrom}}
8
- colorTo: {{colorTo}}
9
- sdk: {{sdk}}
10
- sdk_version: "{{sdkVersion}}"
11
- app_file: app.py
12
  pinned: false
13
  ---
 
 
 
 
1
  # mlactions
2
 
3
  ---
4
+ title: "Prediction" # Replace with your app's title
5
+ emoji: "🚀" # Replace with a single emoji character
6
+ colorFrom: "blue" # Replace with a color name (red, yellow, green, blue, indigo, purple, pink, gray)
7
+ colorTo: "green" # Replace with a color name
8
+ sdk: "docker" # Replace with your SDK (gradio, streamlit, docker, or static)
9
+ sdk_version: "3.31.0" # Replace with the version of the SDK you're using
10
+ app_file: "app.py" # Ensure this points to the correct main file of your app
11
  pinned: false
12
  ---
13
+
14
+ Your app description here. Provide details about what your app does, the models/datasets it uses, and any other relevant information.