MatheusHRV commited on
Commit
2cf748b
1 Parent(s): a745a81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,9 +10,9 @@ def load_answer(question):
10
  return answer
11
 
12
 
13
- #App UI starts here
14
  st.set_page_config(page_title="IPE Q&A Demo", page_icon=":robot:")
15
- st.header("IPE Q&A Demo")
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():