Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Sakil/research_paper_Question_answer
Sakil
/
chatcsv1_Question_answer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sakil
commited on
Aug 8, 2023
Commit
31cf1a1
·
1 Parent(s):
06248ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,7 +60,7 @@ def qa_bot():
60
return qa
61
62
def main():
63
-
st.title("
AI
Chatbot
with
Streamlit
")
64
65
qa_result = qa_bot()
66
60
return qa
61
62
def main():
63
+
st.title("
Medical
Assistance
AI
ChatBot
")
64
65
qa_result = qa_bot()
66