Spaces:
Runtime error
Runtime error
MatheusHRV
commited on
Commit
•
2cf748b
1
Parent(s):
a745a81
Update app.py
Browse files
app.py
CHANGED
@@ -10,9 +10,9 @@ def load_answer(question):
|
|
10 |
return answer
|
11 |
|
12 |
|
13 |
-
#
|
14 |
st.set_page_config(page_title="IPE Q&A Demo", page_icon=":robot:")
|
15 |
-
st.header("
|
16 |
|
17 |
#Gets the user input
|
18 |
def get_text():
|
|
|
10 |
return answer
|
11 |
|
12 |
|
13 |
+
# Streamlit UI starts here
|
14 |
st.set_page_config(page_title="IPE Q&A Demo", page_icon=":robot:")
|
15 |
+
st.header("Q&A Demo")
|
16 |
|
17 |
#Gets the user input
|
18 |
def get_text():
|