SarowarSaurav commited on
Commit
9c83df3
1 Parent(s): 5c05036

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3781,7 +3781,7 @@ footer_content = """
3781
  </div>
3782
  """
3783
 
3784
- with gr.Blocks(title="BATB Acroquest"css=css) as demo:
3785
  gr.HTML(html_content)
3786
  gr.Interface(
3787
  fn=chatbot_interface,
 
3781
  </div>
3782
  """
3783
 
3784
+ with gr.Blocks(title="BATB Acroquest",css=css) as demo:
3785
  gr.HTML(html_content)
3786
  gr.Interface(
3787
  fn=chatbot_interface,