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