Skip to content

Commit 933cb1c

Browse files
committed
minor updates
1 parent 5fb4eaa commit 933cb1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,6 @@ def stream_worker(assistant_id, thread_id, event_handler):
223223

224224

225225
if __name__ == "__main__":
226-
demo.launch(share=True, inbrowser=True)
226+
demo.launch()
227+
# use the following to launch in browser with a shareable link
228+
#demo.launch(share=True, inbrowser=True)

‎requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ twitter-api-client
66
python-dotenv
77
pytest
88
youtube-transcript-api
9+
py-trees

0 commit comments

Comments
 (0)