wop commited on
Commit
ea33258
·
verified ·
1 Parent(s): adbe252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ def typewriter(text: str, speed: int):
50
  def main():
51
  st.title("Near Instant Question Answering")
52
  st.write("Limitations: May generate unhelpful or outdated content, no chat history.")
 
53
 
54
  question = st.text_input("Ask your question:")
55
 
 
50
  def main():
51
  st.title("Near Instant Question Answering")
52
  st.write("Limitations: May generate unhelpful or outdated content, no chat history.")
53
+ st.write("Warning: Do not share any personal/public information.")
54
 
55
  question = st.text_input("Ask your question:")
56