Commit
·
2978fe5
1
Parent(s):
b33ea97
Update app.py
Browse files
app.py
CHANGED
@@ -49,10 +49,6 @@ demo = gr.ChatInterface(
|
|
49 |
title="Hello! I'm Elisa by SpriFi.👋 How can I help you today?",
|
50 |
retry_btn=None,
|
51 |
undo_btn=None,
|
52 |
-
examples=[
|
53 |
-
["Hello", [], "Your name is Elisa, an AI created by SpriFi Inc. on February 14 2023.", 0.2, 512, 0.95, 1.0],
|
54 |
-
# Add more examples as needed
|
55 |
-
],
|
56 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
57 |
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important; --code-background-fill:black !important;}"
|
58 |
"#component-2 {background:#ffffff1a; display:contents;}"
|
|
|
49 |
title="Hello! I'm Elisa by SpriFi.👋 How can I help you today?",
|
50 |
retry_btn=None,
|
51 |
undo_btn=None,
|
|
|
|
|
|
|
|
|
52 |
css="body { background-color: inherit; overflow-x:hidden;}"
|
53 |
":root {--color-accent: transparent !important; --color-accent-soft:transparent !important; --code-background-fill:black !important;}"
|
54 |
"#component-2 {background:#ffffff1a; display:contents;}"
|