tarekfer8 commited on
Commit
9651e9c
·
verified ·
1 Parent(s): b0f24da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -10
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: #EEE7DA;
60
  }
61
  .gradio-title {
62
  color: #EF4040;
63
  }
64
- .gradio-app-header {
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(