joshnavip commited on
Commit
94e9d21
·
1 Parent(s): 045661d

Deploy Reflex UI on Hugging Face Spaces

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. requirements.txt +1 -0
README.md CHANGED
@@ -3,8 +3,8 @@ title: AI vs Human Code Classifier
3
  emoji: 🤖
4
  colorFrom: purple
5
  colorTo: blue
6
- sdk: gradio
7
- app_file: app.py
8
  python_version: "3.11.9"
9
  suggested_hardware: cpu-basic
10
  startup_duration_timeout: 60m
 
3
  emoji: 🤖
4
  colorFrom: purple
5
  colorTo: blue
6
+ sdk: reflex
7
+ app_file: reflex_ui/reflex_ui.py
8
  python_version: "3.11.9"
9
  suggested_hardware: cpu-basic
10
  startup_duration_timeout: 60m
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  # Hugging Face Spaces + local Gradio demo (root app.py). Render still uses render-requirements.txt (includes Reflex).
 
2
  gradio>=4.44.0
3
  pandas
4
  numpy<2
 
1
  # Hugging Face Spaces + local Gradio demo (root app.py). Render still uses render-requirements.txt (includes Reflex).
2
+ reflex==0.8.27
3
  gradio>=4.44.0
4
  pandas
5
  numpy<2