Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,8 +27,8 @@ def load_answer(question):
|
|
| 27 |
|
| 28 |
|
| 29 |
#App UI starts here
|
| 30 |
-
st.set_page_config(page_title="Somesh AI Powered
|
| 31 |
-
st.header("Somesh AI Powered
|
| 32 |
|
| 33 |
#Gets the user input
|
| 34 |
def get_text():
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
#App UI starts here
|
| 30 |
+
st.set_page_config(page_title="Somesh AI Powered CHATGPT Demo", page_icon=":robot:")
|
| 31 |
+
st.header("Somesh AI Powered CHATGPT Demo")
|
| 32 |
|
| 33 |
#Gets the user input
|
| 34 |
def get_text():
|