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