peterkros commited on
Commit
2298c33
·
1 Parent(s): 0f6885b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ markdown_text = """
29
  """
30
  html_table = """
31
  <h2 style="text-align: center;">COFOG Budget Classification</h2>
32
- <p style='text-align: justify'>
33
  This classifier was developed utilizing the pre-trained BERT
34
  (Bidirectional Encoder Representations from Transformers) model
35
  with an uncased configuration, with over 1500 manually
 
29
  """
30
  html_table = """
31
  <h2 style="text-align: center;">COFOG Budget Classification</h2>
32
+ <p style="text-align: justify; margin-left: 20px; margin-right: 20px;">
33
  This classifier was developed utilizing the pre-trained BERT
34
  (Bidirectional Encoder Representations from Transformers) model
35
  with an uncased configuration, with over 1500 manually