Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ def get_response(question):
|
|
| 12 |
response = model.generate_content(question)
|
| 13 |
return response.text
|
| 14 |
|
| 15 |
-
st.set_page_config(page_title="
|
| 16 |
-
st.header("
|
| 17 |
|
| 18 |
user_input = st.text_input("Enter your question:")
|
| 19 |
|
|
|
|
| 12 |
response = model.generate_content(question)
|
| 13 |
return response.text
|
| 14 |
|
| 15 |
+
st.set_page_config(page_title="Chat Bot", page_icon=":robot:")
|
| 16 |
+
st.header("Chat Application")
|
| 17 |
|
| 18 |
user_input = st.text_input("Enter your question:")
|
| 19 |
|