MatheusHRV commited on
Commit
a745a81
1 Parent(s): 87140b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def load_answer(question):
12
 
13
  #App 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():
 
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():