Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -212,6 +212,6 @@ if prompt := st.chat_input():
|
|
212 |
|
213 |
|
214 |
button_col1, button_col2, button_col3= st.columns([5, 5, 5])
|
215 |
-
st.code(question1)
|
216 |
-
st.code(question2)
|
217 |
-
st.code(question3)
|
|
|
212 |
|
213 |
|
214 |
button_col1, button_col2, button_col3= st.columns([5, 5, 5])
|
215 |
+
st.code(question1,language=None)
|
216 |
+
st.code(question2,language=None)
|
217 |
+
st.code(question3,language=None)
|