ankush29 commited on
Commit
5b2d3bc
Β·
1 Parent(s): a9ea310

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -134,7 +134,9 @@ def process_text_file(file):
134
  def main():
135
  st.title("CheckGPT")
136
  st.write("CheckGPT is an AI-powered text analysis tool that predicts the content generated by AI by evaluating the perplexity and burstiness scores of GPT model, and provides insights for investigating text authenticity.")
137
- st.write("Checkout the code on GitHub <a href='https://github.com/Ank-Cha/CheckGPT' target='_blank'><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' alt='GitHub Logo' width='30' height='30'></a>", unsafe_allow_html=True)
 
 
138
 
139
  # Create an empty placeholder for the uploaded files
140
  uploaded_files_placeholder = st.empty()
 
134
  def main():
135
  st.title("CheckGPT")
136
  st.write("CheckGPT is an AI-powered text analysis tool that predicts the content generated by AI by evaluating the perplexity and burstiness scores of GPT model, and provides insights for investigating text authenticity.")
137
+ st.write("This app is hosted on the free tier of HuggingFace Scapes, resulting in slow performance 🐒. Check out the GitHub repo to quickly run the app on your device and to enjoy a much faster experience! πŸš€πŸš€")
138
+ st.write("Check out the app on GitHub <a href='https://github.com/Ank-Cha/CheckGPT' target='_blank'><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' alt='GitHub Logo' width='30' height='30'></a>", unsafe_allow_html=True)
139
+ st.write("Feel free to explore and star ⭐️ the repo if you find it helpful!")
140
 
141
  # Create an empty placeholder for the uploaded files
142
  uploaded_files_placeholder = st.empty()