Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,8 +92,8 @@ CSS ="""
92
  footer.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq { display: none; }
93
  #component-0 { height: 100%; }
94
  #chatbot { flex-grow: 1; overflow: auto;}
95
- #submit-button { background-color: #00A7E5; color: white; }
96
- #submit-button:hover { background-color: #00A7E5; color: white; box-shadow: 0 8px 10px 1px #9d9ea124, 0 3px 14px 2px #9d9ea11f, 0 5px 5px -3px #9d9ea133; }
97
  """
98
 
99
  with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo:
 
92
  footer.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq.svelte-1ax1toq { display: none; }
93
  #component-0 { height: 100%; }
94
  #chatbot { flex-grow: 1; overflow: auto;}
95
+ #submit-button { background: #00A7E5; color: white; }
96
+ #submit-button:hover { background: #00A7E5; color: white; box-shadow: 0 8px 10px 1px #9d9ea124, 0 3px 14px 2px #9d9ea11f, 0 5px 5px -3px #9d9ea133; }
97
  """
98
 
99
  with gr.Blocks(theme='samayg/StriimTheme', css=CSS) as demo: