Spaces:
Running
Running
karthickg12
commited on
Commit
•
ee1cbb2
1
Parent(s):
7ac2505
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ insurance_knowledge = {
|
|
79 |
}
|
80 |
|
81 |
# Define the Streamlit app
|
|
|
82 |
st.title("Insurance Chatbot")
|
83 |
|
84 |
user_input = st.text_area("You:", height=200)
|
|
|
79 |
}
|
80 |
|
81 |
# Define the Streamlit app
|
82 |
+
import streamlit as st
|
83 |
st.title("Insurance Chatbot")
|
84 |
|
85 |
user_input = st.text_area("You:", height=200)
|