Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ chat_history = [
|
|
51 |
]
|
52 |
|
53 |
# Create the radio blocks window
|
54 |
-
window = gr.Interface(title="History", fn=
|
55 |
# Print out the chat history
|
56 |
print("Chat History:")
|
57 |
|
|
|
51 |
]
|
52 |
|
53 |
# Create the radio blocks window
|
54 |
+
window = gr.Interface(title="History", fn=Question: chat_history, inputs=None, outputs=chat_history, live=True).launch(share=True)
|
55 |
# Print out the chat history
|
56 |
print("Chat History:")
|
57 |
|