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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -538,17 +538,9 @@ def chatbot_interface(user_query, response_style, selected_retrieval_methods, se
538
  formatted_response += f"{key.replace('_', ' ').title()}: {value:.4f}\n"
539
 
540
  return formatted_response
541
- custom_css = """
542
- body {
543
- background-image: url('https://upload.wikimedia.org/wikipedia/commons/6/68/Solid_black.png?20060513000051') !important;
544
- background-size: cover !important;
545
- background-position: center !important;
546
- background-repeat: no-repeat !important;
547
- }
548
- """
549
  iface = gr.Interface(
550
  fn=chatbot_interface,
551
- theme='NoCrypt/miku',
552
  css= custom_css,
553
  inputs=[
554
  gr.Textbox(lines=5, label="User Query"),
 
538
  formatted_response += f"{key.replace('_', ' ').title()}: {value:.4f}\n"
539
 
540
  return formatted_response
 
 
 
 
 
 
 
 
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"),