Commit
·
a530d82
1
Parent(s):
cf21c0b
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,6 @@ def generate(
|
|
38 |
yield output
|
39 |
return output
|
40 |
|
41 |
-
custom_html = ""
|
42 |
-
|
43 |
mychatbot = gr.Chatbot(
|
44 |
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|
45 |
|
@@ -49,7 +47,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
49 |
retry_btn=None,
|
50 |
undo_btn=None,
|
51 |
css="body { background-color: inherit; }"
|
52 |
-
"#component-2 {display:
|
53 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
54 |
"gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
|
55 |
".panel.svelte-vt1mxs {background: transparent;}"
|
|
|
38 |
yield output
|
39 |
return output
|
40 |
|
|
|
|
|
41 |
mychatbot = gr.Chatbot(
|
42 |
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|
43 |
|
|
|
47 |
retry_btn=None,
|
48 |
undo_btn=None,
|
49 |
css="body { background-color: inherit; }"
|
50 |
+
"#component-2 {display: nne;}"
|
51 |
".gradio-container.gradio-container-4-8-0.svelte-1kyws56.app {max-width: 100% !important;}"
|
52 |
"gradio-app {background: linear-gradient(134deg,#00425e 0%,#001a3f 43%,#421438 77%) !important; background-attachment: fixed !important; background-position: top;}"
|
53 |
".panel.svelte-vt1mxs {background: transparent;}"
|