Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def main():
|
|
125 |
prompts.append(file_content)
|
126 |
|
127 |
if st.button('π¬ Chat'):
|
128 |
-
st.write('
|
129 |
response = chat_with_model(prompts)
|
130 |
st.write('Response:')
|
131 |
st.write(response)
|
|
|
125 |
prompts.append(file_content)
|
126 |
|
127 |
if st.button('π¬ Chat'):
|
128 |
+
st.write('Thinking and Reasoning with your inputs...')
|
129 |
response = chat_with_model(prompts)
|
130 |
st.write('Response:')
|
131 |
st.write(response)
|