aditiaiblog commited on
Commit
a0a7703
·
verified ·
1 Parent(s): f112ff8

Update SDK to gradio and app_file to app.py for Python backend deployment

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,10 +3,10 @@ title: My React App Demo
3
  emoji: 🐠
4
  colorFrom: indigo
5
  colorTo: red
6
- sdk: static
7
  pinned: false
8
  app_build_command: npm run build
9
- app_file: build/index.html
10
  short_description: A demonstration of React app deployment on Hugging Face Spac
11
  ---
12
 
@@ -79,4 +79,4 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/d
79
 
80
  ### `npm run build` fails to minify
81
 
82
- This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
 
3
  emoji: 🐠
4
  colorFrom: indigo
5
  colorTo: red
6
+ sdk: gradio
7
  pinned: false
8
  app_build_command: npm run build
9
+ app_file: app.py
10
  short_description: A demonstration of React app deployment on Hugging Face Spac
11
  ---
12
 
 
79
 
80
  ### `npm run build` fails to minify
81
 
82
+ This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)