Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vjain
/
Trading-Chatbot
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vjain
commited on
Apr 15, 2023
Commit
0bbe279
·
1 Parent(s):
02bd0fb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -104,4 +104,5 @@ ui = gr.Interface(fn=reply,
104
examples=[["What is the function of DNA polymerase?", "AP_Bio"]]
105
)
106
107
ui.launch()
104
examples=[["What is the function of DNA polymerase?", "AP_Bio"]]
105
)
106
107
+
108
ui.launch()