Update app.py
Browse files
app.py
CHANGED
@@ -56,20 +56,12 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
56 |
#print(prompt)
|
57 |
custom_css = """
|
58 |
.gradio-container {
|
59 |
-
background-color: #
|
60 |
}
|
61 |
.gradio-title {
|
62 |
color: #EF4040;
|
63 |
}
|
64 |
-
|
65 |
-
display: flex;
|
66 |
-
align-items: center;
|
67 |
-
}
|
68 |
-
.gradio-app-header img {
|
69 |
-
width: 100px; /* Adjust width as needed */
|
70 |
-
height: auto; /* Maintain aspect ratio */
|
71 |
-
margin-right: 10px;
|
72 |
-
}
|
73 |
"""
|
74 |
logo_path = "djezzy-logo-A1B6F6E26F-seeklogo.com.png"
|
75 |
demo = gr.ChatInterface(
|
|
|
56 |
#print(prompt)
|
57 |
custom_css = """
|
58 |
.gradio-container {
|
59 |
+
background-color: #FA7070;
|
60 |
}
|
61 |
.gradio-title {
|
62 |
color: #EF4040;
|
63 |
}
|
64 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
"""
|
66 |
logo_path = "djezzy-logo-A1B6F6E26F-seeklogo.com.png"
|
67 |
demo = gr.ChatInterface(
|