Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def api_calling(question):
|
|
9 |
response = model.invoke(question)
|
10 |
return response
|
11 |
|
12 |
-
st.title("COHERE CHATBOT BADR")
|
13 |
if 'user_input' not in st.session_state:
|
14 |
st.session_state['user_input'] = []
|
15 |
|
@@ -40,5 +40,3 @@ if st.session_state['user_input']:
|
|
40 |
message(st.session_state['cohere_response'][i],
|
41 |
avatar_style="miniavs",is_user=True,
|
42 |
key=str(i) + 'data_by_user')
|
43 |
-
`
|
44 |
-
`
|
|
|
9 |
response = model.invoke(question)
|
10 |
return response
|
11 |
|
12 |
+
st.title("COHERE CHATBOT MARDI.BADR")
|
13 |
if 'user_input' not in st.session_state:
|
14 |
st.session_state['user_input'] = []
|
15 |
|
|
|
40 |
message(st.session_state['cohere_response'][i],
|
41 |
avatar_style="miniavs",is_user=True,
|
42 |
key=str(i) + 'data_by_user')
|
|
|
|