Lookimi commited on
Commit
0be8cc2
1 Parent(s): cb302c2

Update ChatGPT_app.py

Browse files
Files changed (1) hide show
  1. ChatGPT_app.py +1 -1
ChatGPT_app.py CHANGED
@@ -46,7 +46,7 @@ chat_history = [
46
 
47
  # Create the radio blocks window
48
  window = RadioBlocks(chat_history)
49
- window.mainloop()
50
  # Print out the chat history
51
  print("Chat History:")
52
  for message in chat_history:
 
46
 
47
  # Create the radio blocks window
48
  window = RadioBlocks(chat_history)
49
+ window.launch()
50
  # Print out the chat history
51
  print("Chat History:")
52
  for message in chat_history: