Tuana commited on
Commit
731ed7c
1 Parent(s): 109c209

removing set_config in app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -10,8 +10,6 @@ from annotated_text import annotation
10
  import validators
11
  import json
12
 
13
- st.set_page_config(page_title="Game of Thrones QA with Haystack", page_icon="https://haystack.deepset.ai/img/HaystackIcon.png")
14
-
15
  #Haystack Components
16
  @st.cache(hash_funcs={"builtins.SwigPyObject": lambda _: None},allow_output_mutation=True)
17
  def start_haystack():
10
  import validators
11
  import json
12
 
 
 
13
  #Haystack Components
14
  @st.cache(hash_funcs={"builtins.SwigPyObject": lambda _: None},allow_output_mutation=True)
15
  def start_haystack():