nruto commited on
Commit
48716a6
·
verified ·
1 Parent(s): 5ab466e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -38,22 +38,16 @@ def respond(
38
  # Custom CSS to change the title color and add logo
39
  opq = """
40
  .gradio-container h1 {
41
- color: red !important;
42
  display: flex;
43
  align-items: center;
44
  }
45
-
46
- .logo {
47
- height: 50px; /* Adjust the size as needed */
48
- margin-right: 10px;
49
- }
50
  """
51
 
52
  # Custom HTML to inject the logo
53
  custom_html = """
54
  <div>
55
- <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/no-auth/gLC-nZk7neJSXXIQlIyeM.png" class="logo">
56
- <h1> 💬 Welcome to Rxple Chat Bot</h1>
57
  </div>
58
  """
59
 
 
38
  # Custom CSS to change the title color and add logo
39
  opq = """
40
  .gradio-container h1 {
41
+ color: #6495ED !important;
42
  display: flex;
43
  align-items: center;
44
  }
 
 
 
 
 
45
  """
46
 
47
  # Custom HTML to inject the logo
48
  custom_html = """
49
  <div>
50
+ <h1> Welcome to Rxple Chat Bot 💬</h1>
 
51
  </div>
52
  """
53