Tushar Malik commited on
Commit
fe239b4
·
verified ·
1 Parent(s): 24266d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -541,7 +541,6 @@ def chatbot_interface(user_query, response_style, selected_retrieval_methods, se
541
  iface = gr.Interface(
542
  fn=chatbot_interface,
543
  theme='IndusCloud9/RabbittLlama/miku',
544
- css= custom_css,
545
  inputs=[
546
  gr.Textbox(lines=5, label="User Query"),
547
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Response Style"),
 
541
  iface = gr.Interface(
542
  fn=chatbot_interface,
543
  theme='IndusCloud9/RabbittLlama/miku',
 
544
  inputs=[
545
  gr.Textbox(lines=5, label="User Query"),
546
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Response Style"),