Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def ChatBot(Questions):
|
|
65 |
return response.translate(str.maketrans('', '', '\n'))
|
66 |
|
67 |
# Streamlit UI
|
68 |
-
st.title("
|
69 |
Questions = st.text_input("Ask a question:")
|
70 |
if st.button("Submit"):
|
71 |
answer = ChatBot(Questions)
|
|
|
65 |
return response.translate(str.maketrans('', '', '\n'))
|
66 |
|
67 |
# Streamlit UI
|
68 |
+
st.title("AI Engineer Test")
|
69 |
Questions = st.text_input("Ask a question:")
|
70 |
if st.button("Submit"):
|
71 |
answer = ChatBot(Questions)
|