Kvikontent commited on
Commit
9c7a957
·
verified ·
1 Parent(s): 19699b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ prompt = st.chat_input(placeholder="Eg. How are you?")
8
 
9
  logging.basicConfig(level=logging.INFO)
10
 
11
- chat = BingGPT("")
12
 
13
  def main():
14
  st.title("ChatGPT4 UI")
 
8
 
9
  logging.basicConfig(level=logging.INFO)
10
 
11
+ chat = BingGPT()
12
 
13
  def main():
14
  st.title("ChatGPT4 UI")