RomeCaesar commited on
Commit
4c1a1ff
·
1 Parent(s): 9ae60b4

Add emoji

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ import pandas as pd
6
  import torch.utils.data as data_utils
7
  from transformers import DistilBertConfig, DistilBertTokenizer, DistilBertModel
8
 
9
- st.markdown("## Check the fact!")
 
10
  st.markdown("### Challenge the bot awaraness with contextual statements!", unsafe_allow_html=True)
11
  st.markdown("Provide a passage, suggest a statement (with verdict) about it and wait the bot's opinion!", unsafe_allow_html=True)
12
 
 
6
  import torch.utils.data as data_utils
7
  from transformers import DistilBertConfig, DistilBertTokenizer, DistilBertModel
8
 
9
+ st.markdown("## 🤖Check the fact!🤖")
10
+ st.markdown("-----------------------------------------------------------")
11
  st.markdown("### Challenge the bot awaraness with contextual statements!", unsafe_allow_html=True)
12
  st.markdown("Provide a passage, suggest a statement (with verdict) about it and wait the bot's opinion!", unsafe_allow_html=True)
13