Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
·
9e92e4d
1
Parent(s):
3c41053
update
Browse files
app.py
CHANGED
@@ -96,4 +96,4 @@ def launch_chatbot(additional_examples=[], share=False):
|
|
96 |
|
97 |
# Call the launch_chatbot function to start the chatbot interface using Gradio
|
98 |
# Set the share parameter to False, meaning the interface will not be publicly accessible
|
99 |
-
launch_chatbot(share=
|
|
|
96 |
|
97 |
# Call the launch_chatbot function to start the chatbot interface using Gradio
|
98 |
# Set the share parameter to False, meaning the interface will not be publicly accessible
|
99 |
+
launch_chatbot(share=True)
|