Update app.py
Browse files
app.py
CHANGED
@@ -339,8 +339,8 @@ def main():
|
|
339 |
</div>
|
340 |
""", unsafe_allow_html=True)
|
341 |
|
342 |
-
with st.expander("🔍 รายละเอียดการวิเคราะห์คำถาม", expanded=False):
|
343 |
-
|
344 |
|
345 |
# Input section at the bottom
|
346 |
with st.container():
|
|
|
339 |
</div>
|
340 |
""", unsafe_allow_html=True)
|
341 |
|
342 |
+
# with st.expander("🔍 รายละเอียดการวิเคราะห์คำถาม", expanded=False):
|
343 |
+
# st.json(content['query_info'])
|
344 |
|
345 |
# Input section at the bottom
|
346 |
with st.container():
|