sidagarwal04 commited on
Commit
2c71175
·
verified ·
1 Parent(s): 59d8636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -121,7 +121,8 @@ custom_css = """
121
  /* Custom CSS for the chat interface */
122
  .gradio-container {
123
  # background: #f0f0f0; /* Change background color */
124
- border-radius: 12px; /* Add border radius */
 
125
  }
126
 
127
  .primary.svelte-cmf5ev{
@@ -131,7 +132,7 @@ custom_css = """
131
  # -webkit-text-fill-color: transparent;
132
  }
133
  .v-application .secondary{
134
- background-color: #42424200 !important
135
  }
136
  # /* Custom CSS for the chat input */
137
  # .gradio-chat-input input[type="text"] {
 
121
  /* Custom CSS for the chat interface */
122
  .gradio-container {
123
  # background: #f0f0f0; /* Change background color */
124
+ border: 0
125
+ border-radius: 15px; /* Add border radius */
126
  }
127
 
128
  .primary.svelte-cmf5ev{
 
132
  # -webkit-text-fill-color: transparent;
133
  }
134
  .v-application .secondary{
135
+ background-color: #EEEEEE !important
136
  }
137
  # /* Custom CSS for the chat input */
138
  # .gradio-chat-input input[type="text"] {