MilanM commited on
Commit
e669363
·
verified ·
1 Parent(s): 5f3ffea

Update neo_sages.py

Browse files
Files changed (1) hide show
  1. 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()