Update app.py
Browse files
app.py
CHANGED
|
@@ -95,13 +95,13 @@ demo = gr.ChatInterface(
|
|
| 95 |
],
|
| 96 |
theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
| 97 |
block_background_fill_dark="*neutral_950",
|
| 98 |
-
input_background_fill_dark="*
|
| 99 |
),
|
| 100 |
css=css,
|
| 101 |
retry_btn="Retry",
|
| 102 |
undo_btn="Undo",
|
| 103 |
clear_btn="Clear",
|
| 104 |
-
description="Llama-cpp-agent: Chat
|
| 105 |
)
|
| 106 |
|
| 107 |
if __name__ == "__main__":
|
|
|
|
| 95 |
],
|
| 96 |
theme=gr.themes.Soft(primary_hue="green", secondary_hue="indigo", neutral_hue="zinc",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
| 97 |
block_background_fill_dark="*neutral_950",
|
| 98 |
+
input_background_fill_dark="*neutral_900"
|
| 99 |
),
|
| 100 |
css=css,
|
| 101 |
retry_btn="Retry",
|
| 102 |
undo_btn="Undo",
|
| 103 |
clear_btn="Clear",
|
| 104 |
+
description="Llama-cpp-agent: Chat multi llm selection"
|
| 105 |
)
|
| 106 |
|
| 107 |
if __name__ == "__main__":
|