secilozksen commited on
Commit
f73f211
1 Parent(s): bbe9860

readme update

Browse files
Files changed (1) hide show
  1. README.md +11 -17
README.md CHANGED
@@ -1,17 +1,11 @@
1
- # QuestionAnsweringDemo
2
-
3
- ## Create the environment
4
-
5
- conda env create --file environment.yml
6
-
7
- conda activate QADemo
8
-
9
- After installing requirements, please make sure that you add huggingface authorization token to your ./.streamlit/secret.toml file.
10
-
11
- It should be something like:
12
-
13
- AUTH_TOKEN='your_auth_token_here'
14
-
15
- ## Runing the app:
16
-
17
- streamlit run demov2.py
 
1
+ ---
2
+ title: Semantic Search App
3
+ emoji: 😀
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ sdk_version: 1.13.0
8
+ app_file: demo_dpr.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ ---