grahamwhiteuk commited on
Commit
6d2cabd
1 Parent(s): 5b7f169

feat: move code to root dir

Browse files
README.md CHANGED
@@ -5,8 +5,7 @@ colorFrom: red
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
- app_file: src/app.py
9
  pinned: false
10
  short_description: demo
11
  ---
12
-
 
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
+ app_file: app.py
9
  pinned: false
10
  short_description: demo
11
  ---
 
src/app.py → app.py RENAMED
File without changes
src/logger.py → logger.py RENAMED
File without changes
src/model.py → model.py RENAMED
File without changes
src/send-white.png → send-white.png RENAMED
File without changes
src/styles.css → styles.css RENAMED
File without changes
src/utils.py → utils.py RENAMED
File without changes