Lookimi commited on
Commit
f7e6fdd
1 Parent(s): db98017

Update ChatGPT_app.py

Browse files
Files changed (1) hide show
  1. ChatGPT_app.py +1 -1
ChatGPT_app.py CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
33
  fn=Question,
34
  inputs="text", outputs="text")
35
  # Create a secondary window with history of responses
36
- gr.Interface(title="History", fn=lambda: responses, inputs=None, outputs=None, live=False).launch(share=True)
37
 
38
  # Launch interface
39
  demo.launch(share=true)
 
33
  fn=Question,
34
  inputs="text", outputs="text")
35
  # Create a secondary window with history of responses
36
+ gr.Interface(title="History", fn=lambda: responses, inputs=None, outputs=responses, live=False).launch(share=True)
37
 
38
  # Launch interface
39
  demo.launch(share=true)