Skip to content

Commit

Permalink
fix streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Nov 20, 2023
1 parent 136f02d commit 78df2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_hub/llama_packs/streamlit_chatbot/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ def load_index_data():


if __name__ == "__main__":
StreamlitChatPack().run()
StreamlitChatPack(run_from_main=True).run()

0 comments on commit 78df2a4

Please sign in to comment.