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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ chat_history = [
51
  ]
52
 
53
  # Create the radio blocks window
54
- window = gr.Interface(title="History", fn=lambda: chat_history, inputs=None, outputs=chat_history, live=True).launch(share=True)
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