BlitzenPrancer commited on
Commit
bb584ac
1 Parent(s): 637892d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from bardapi import Bard
3
 
4
- token='ZAhLekTA15tRQk5ahWUNKioe2SI_OpwSNp5OaqRudfjrPMBeW2SZhnJoW_LUHdohAJ5DsA.'
5
  bard = Bard(token=token)
6
 
7
  # Initialise conversation history
 
1
  import streamlit as st
2
  from bardapi import Bard
3
 
4
+ token='ZAhLesJMfthLjEdF5uAJ2gS-Ohq59sjw502_Uy9VUB1dZ9PodIjVsTILT9tqXQaZ3r10MQ.'
5
  bard = Bard(token=token)
6
 
7
  # Initialise conversation history