fpadron commited on
Commit
903c0e4
·
1 Parent(s): 380776f

fix readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,6 +5,6 @@ colorFrom: blue # Starting color for gradient
5
  colorTo: green # Ending color for gradient
6
  sdk: docker # Use "docker" for backend API Space, or "streamlit" for frontend Space
7
  sdk_version: "1.0" # Leave this as is
8
- app_file: app.py # Specify your main app file (e.g., api.py or user_interface.py)
9
  pinned: false # Leave as false unless you want to pin the Space
10
  ---
 
5
  colorTo: green # Ending color for gradient
6
  sdk: docker # Use "docker" for backend API Space, or "streamlit" for frontend Space
7
  sdk_version: "1.0" # Leave this as is
8
+ app_file: api.py # Specify your main app file (e.g., api.py or user_interface.py)
9
  pinned: false # Leave as false unless you want to pin the Space
10
  ---