Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,6 @@ def get_response(system_message, chat_history, user_text, max_new_tokens=256):
|
|
118 |
chat_interface = st.container()
|
119 |
with chat_interface:
|
120 |
output_container = st.container()
|
121 |
-
st.session_state.user_text = st.chat_input(placeholder="Enter your text here.")
|
122 |
|
123 |
# Display chat messages
|
124 |
with output_container:
|
|
|
118 |
chat_interface = st.container()
|
119 |
with chat_interface:
|
120 |
output_container = st.container()
|
|
|
121 |
|
122 |
# Display chat messages
|
123 |
with output_container:
|