Spaces:
Sleeping
Sleeping
Nikhil0987
commited on
Commit
·
9932f39
1
Parent(s):
89db8ee
Update convo.py
Browse files
convo.py
CHANGED
@@ -5,7 +5,7 @@ from streamlit_option_menu import option_menu
|
|
5 |
chatbot = pipeline(task="conversational", model="microsoft/DialoGPT-medium")
|
6 |
|
7 |
def Convo():
|
8 |
-
if convo := st.chat_input("Enter your message")
|
9 |
|
10 |
conversation = Conversation(convo)
|
11 |
|
|
|
5 |
chatbot = pipeline(task="conversational", model="microsoft/DialoGPT-medium")
|
6 |
|
7 |
def Convo():
|
8 |
+
if convo := st.chat_input("Enter your message"):
|
9 |
|
10 |
conversation = Conversation(convo)
|
11 |
|