Spaces:
Sleeping
Sleeping
Commit
·
2430a54
1
Parent(s):
94b21ce
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ def load_answer(question):
|
|
14 |
|
15 |
|
16 |
#App UI starts here
|
17 |
-
st.set_page_config(page_title="
|
18 |
-
st.header("
|
19 |
|
20 |
#Gets the user input
|
21 |
def get_text():
|
|
|
14 |
|
15 |
|
16 |
#App UI starts here
|
17 |
+
st.set_page_config(page_title="GloriaGPT", page_icon=":robot:")
|
18 |
+
st.header("GloriaGPT")
|
19 |
|
20 |
#Gets the user input
|
21 |
def get_text():
|