Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,12 @@ gr.ChatInterface(ff_,
|
|
45 |
width: fit-content;
|
46 |
margin-left: auto;
|
47 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
""",
|
49 |
).launch(show_api=False,show_tips=False)
|
50 |
|
|
|
45 |
width: fit-content;
|
46 |
margin-left: auto;
|
47 |
}
|
48 |
+
header,
|
49 |
+
header.from-gray-50-to-white,
|
50 |
+
header.from-gray-50-to-white.relative.border-b.border-gray-100.bg-gradient-to-t.via-white.pt-0\.5.dark\:via-gray-950 {
|
51 |
+
display: none !important;
|
52 |
+
}
|
53 |
+
|
54 |
""",
|
55 |
).launch(show_api=False,show_tips=False)
|
56 |
|