Ashmi Banerjee commited on
Commit
d99cc65
·
1 Parent(s): 97661a7

minor updates

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. dummy_qa_data.csv +11 -11
README.md CHANGED
@@ -12,6 +12,8 @@ license: mit
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
 
 
15
  ### TODO List
16
  [ ] Consent form
17
  [ ] Instructions
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
+ ### How to run locally
16
+ `streamlit run app.py`
17
  ### TODO List
18
  [ ] Consent form
19
  [ ] Instructions
dummy_qa_data.csv CHANGED
@@ -1,11 +1,11 @@
1
- Question,Generated Answer
2
- What is the capital of France?,The capital of France is Paris.
3
- Who wrote 'To Kill a Mockingbird'?,Harper Lee wrote 'To Kill a Mockingbird'.
4
- What is the largest planet in our solar system?,Jupiter is the largest planet in our solar system.
5
- Define photosynthesis.,Photosynthesis is the process by which green plants use sunlight to synthesize foods.
6
- Who painted the Mona Lisa?,Leonardo da Vinci painted the Mona Lisa.
7
- What is the speed of light?,"The speed of light is approximately 299,792 kilometers per second."
8
- Explain the theory of relativity.,"The theory of relativity, developed by Albert Einstein, explains the relationship between space and time."
9
- What is the chemical formula for water?,The chemical formula for water is H2O.
10
- Who discovered penicillin?,Alexander Fleming discovered penicillin.
11
- What is the square root of 64?,The square root of 64 is 8.
 
1
+ q_id,Question,Generated Answer
2
+ q_1,What is the capital of France?,The capital of France is Paris.
3
+ q_2,Who wrote 'To Kill a Mockingbird'?,Harper Lee wrote 'To Kill a Mockingbird'.
4
+ q_3,What is the largest planet in our solar system?,Jupiter is the largest planet in our solar system.
5
+ q_4,Define photosynthesis.,Photosynthesis is the process by which green plants use sunlight to synthesize foods.
6
+ q_5,Who painted the Mona Lisa?,Leonardo da Vinci painted the Mona Lisa.
7
+ q_6,What is the speed of light?,"The speed of light is approximately 299,792 kilometers per second."
8
+ q_7,Explain the theory of relativity.,"The theory of relativity, developed by Albert Einstein, explains the relationship between space and time."
9
+ q_8,What is the chemical formula for water?,The chemical formula for water is H2O.
10
+ q_9,Who discovered penicillin?,Alexander Fleming discovered penicillin.
11
+ q_10,What is the square root of 64?,The square root of 64 is 8.