cryptocalypse commited on
Commit
2e691ef
·
verified ·
1 Parent(s): e142fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(
39
  response += token
40
  yield response
41
 
42
- with gr.Blocks(title="Holmes pubication manager",css=css,js=js) as app:
43
 
44
  chatBot = gr.ChatInterface(
45
  respond,
 
39
  response += token
40
  yield response
41
 
42
+ with gr.Blocks(title="Holmes pubication manager") as app:
43
 
44
  chatBot = gr.ChatInterface(
45
  respond,