Coca77 commited on
Commit
d8e652a
·
verified ·
1 Parent(s): ee31ead

Add Space config and requirements to launch app

Browse files
Files changed (2) hide show
  1. README.md +11 -0
  2. requirements.txt +3 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: HipAAsynth Lab
3
+ emoji: 🧬
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 4.44.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio
2
+ pandas
3
+