ankush29 commited on
Commit
a9ea310
·
1 Parent(s): b852eca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def main():
207
  # Display the description of columns and disclaimer
208
  st.markdown(
209
  """
210
- <div class="small-text">
211
  <strong>Column Descriptions:</strong><br>
212
  - <strong>Predicted AI percent:</strong> The percentage of the text predicted to be generated by AI.<br>
213
  - <strong>Perplexity Score:</strong> The perplexity score, which measures the model's confidence in generating the text.<br>
 
207
  # Display the description of columns and disclaimer
208
  st.markdown(
209
  """
210
+ <div class="small-text" style="font-size: 12pt;">
211
  <strong>Column Descriptions:</strong><br>
212
  - <strong>Predicted AI percent:</strong> The percentage of the text predicted to be generated by AI.<br>
213
  - <strong>Perplexity Score:</strong> The perplexity score, which measures the model's confidence in generating the text.<br>