Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|