Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ st.markdown("<p style='text-align: right'>By <a href='https://entzyeung.github.i
|
|
23 |
|
24 |
st.markdown("<p style='text-align: left;'>I am capable of recalling previous parts of our conversation, such as remembering your name if you share it with me.</p>", unsafe_allow_html=True)
|
25 |
st.session_state['API_Key']= st.text_input("First, to get it work, put your OpenAI API Key here please, the system will enter for you automatically.",type="password")
|
26 |
-
st.markdown("<p style='text-align: left;'>Then Tell me how I can help
|
27 |
|
28 |
|
29 |
|
|
|
23 |
|
24 |
st.markdown("<p style='text-align: left;'>I am capable of recalling previous parts of our conversation, such as remembering your name if you share it with me.</p>", unsafe_allow_html=True)
|
25 |
st.session_state['API_Key']= st.text_input("First, to get it work, put your OpenAI API Key here please, the system will enter for you automatically.",type="password")
|
26 |
+
st.markdown("<p style='text-align: left;'>Then Tell me how I can help:</p>", unsafe_allow_html=True)
|
27 |
|
28 |
|
29 |
|