tharunkarthick commited on
Commit
0d0dd16
1 Parent(s): 6d5eddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ def load_answer(question):
7
  answer=llm.invoke(question)
8
  return answer.content
9
 
10
- st.set_page_config(page_title="Skimble: Ask Me Anything", page_icon=":robot:")
11
- st.header("Skimble")
12
 
13
  def get_text():
14
  input_text=st.text_input("You:", key="input")
 
7
  answer=llm.invoke(question)
8
  return answer.content
9
 
10
+ st.set_page_config(page_title="Skimble", page_icon=":robot:")
11
+ st.header("Skimble: Ask Me Anything")
12
 
13
  def get_text():
14
  input_text=st.text_input("You:", key="input")