Spaces:
Runtime error
Runtime error
Update ChatGPT_app.py
Browse files- 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.
|
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:
|