Vageesh1 commited on
Commit
c3326cd
·
1 Parent(s): 60ffe8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,7 +39,8 @@ def remove_scrollbar():
39
 
40
 
41
  def ui():
42
-
 
43
  api_key = st.text_input('Enter your OpenAI key here: ')
44
  if api_key is not None and api_key != '':
45
  os.environ["OPENAI_API_KEY"] = api_key
 
39
 
40
 
41
  def ui():
42
+ st.title('Hyde for Wikipedia Pages')
43
+ st.markdown("This is question Answering for Wikipedia made using LLama Index and Hyde")
44
  api_key = st.text_input('Enter your OpenAI key here: ')
45
  if api_key is not None and api_key != '':
46
  os.environ["OPENAI_API_KEY"] = api_key