kunalMahajan commited on
Commit
5a291fc
·
verified ·
1 Parent(s): a632637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_text_after_think(text: str) -> str:
28
  else:
29
  return text.strip()
30
 
31
- st.set_page_config(page_title="QnA DEMO", page_icon="🤖")
32
  st.header("VENOM CHAT-APP")
33
 
34
 
 
28
  else:
29
  return text.strip()
30
 
31
+ st.set_page_config(page_title="I am VeNoM ", page_icon="🕷️")
32
  st.header("VENOM CHAT-APP")
33
 
34