AhmadMustafa commited on
Commit
d6eca8f
·
1 Parent(s): fdef517

add: js path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -494,7 +494,7 @@ def create_chat_interface():
494
  }
495
  """
496
 
497
- with gr.Blocks(fill_height=True, fill_width=True, css=css, js="index.js") as demo:
498
  chatbot = gr.Chatbot(
499
  elem_id="chatbot_box",
500
  layout="bubble",
 
494
  }
495
  """
496
 
497
+ with gr.Blocks(fill_height=True, fill_width=True, css=css, js="./index.js") as demo:
498
  chatbot = gr.Chatbot(
499
  elem_id="chatbot_box",
500
  layout="bubble",