Spaces:
Running
Running
Tushar Malik
commited on
Update app.py
Browse files
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='
|
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"),
|