Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PatilShruti
/
Python_Tutor_Bot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PatilShruti
commited on
19 days ago
Commit
f5442f5
·
verified
·
1 Parent(s):
2eadf44
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -76,5 +76,5 @@ chatbot_ui = gr.Interface(
76
chatbot_ui.launch(share=True)
77
78
79
-
if __name__ == "__main__":
80
-
chatbot_ui.launch()
76
chatbot_ui.launch(share=True)
77
78
79
+
#
if __name__ == "__main__":
80
+
#
chatbot_ui.launch()