PhilSpiel commited on
Commit
81ceb95
·
1 Parent(s): 27f7c46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,4 +24,6 @@ def predict(message, history):
24
  partial_message = partial_message + chunk['choices'][0]['delta']['content']
25
  yield partial_message
26
 
 
 
27
  gr.ChatInterface(predict).queue().launch(share=True)
 
24
  partial_message = partial_message + chunk['choices'][0]['delta']['content']
25
  yield partial_message
26
 
27
+ gr.Interface(footer{display:none !important})
28
+
29
  gr.ChatInterface(predict).queue().launch(share=True)