Update neo_sages.py
Browse files- neo_sages.py +4 -1
neo_sages.py
CHANGED
|
@@ -474,4 +474,7 @@ def main():
|
|
| 474 |
# Update sidebar with new question
|
| 475 |
st.sidebar.markdown("---")
|
| 476 |
st.sidebar.markdown("**Latest Question:**")
|
| 477 |
-
st.sidebar.markdown(f"_{user_input}_")
|
|
|
|
|
|
|
|
|
|
|
|
| 474 |
# Update sidebar with new question
|
| 475 |
st.sidebar.markdown("---")
|
| 476 |
st.sidebar.markdown("**Latest Question:**")
|
| 477 |
+
st.sidebar.markdown(f"_{user_input}_")
|
| 478 |
+
|
| 479 |
+
if __name__ == "__main__":
|
| 480 |
+
main()
|