norygano commited on
Commit
2e68043
·
1 Parent(s): 632a488
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ label_map = {0: "O", 1: "B-INDICATOR", 2: "I-INDICATOR", 3: "B-CAUSE", 4: "I-CAU
27
  st.markdown(
28
  """
29
  <div style="display: flex; align-items: center; justify-content: left; font-size: 60px; font-weight: bold;">
30
- <span>CAUSEN</span>
31
  <span style="transform: rotate(270deg); display: inline-block; margin-left: 5px;">V</span>
32
  </div>
33
  """,
 
27
  st.markdown(
28
  """
29
  <div style="display: flex; align-items: center; justify-content: left; font-size: 60px; font-weight: bold;">
30
+ <span>CAUSE</span>
31
  <span style="transform: rotate(270deg); display: inline-block; margin-left: 5px;">V</span>
32
  </div>
33
  """,