furrutiav commited on
Commit
07116d7
·
1 Parent(s): 0a4dd75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,8 +8,8 @@ st.markdown('The task is to predict whether an answer is incoherent to the quest
8
 
9
  st.markdown('## Examples')
10
 
11
- st.markdown('''|Question|Coherent answer|Incoherent answer|
12
- |-|-|-|
13
  |Maria and her husband cooked a tortilla yesterday, they di-
14
  vided it into 6 equal parts. Maria ate 2/6 and her husband ate
15
  3/6. What fraction of the tortilla was left?| 1/6 | no |
@@ -33,7 +33,7 @@ give me an example|a line of symmetry is a line
33
  that separates two equal images|f|
34
  |Pamela has 25 flowers and her friend gives her 17 flowers.
35
  Write in words the total number of flowers Pamela has|forty-two|areflowers|
36
- ''')
37
  st.markdown('*Examples originally in Spanish*')
38
 
39
 
 
8
 
9
  st.markdown('## Examples')
10
 
11
+ st.markdown("""|Question|Coherent answer|Incoherent answer|
12
+ |--------------|-----------|------------|
13
  |Maria and her husband cooked a tortilla yesterday, they di-
14
  vided it into 6 equal parts. Maria ate 2/6 and her husband ate
15
  3/6. What fraction of the tortilla was left?| 1/6 | no |
 
33
  that separates two equal images|f|
34
  |Pamela has 25 flowers and her friend gives her 17 flowers.
35
  Write in words the total number of flowers Pamela has|forty-two|areflowers|
36
+ """)
37
  st.markdown('*Examples originally in Spanish*')
38
 
39