Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def upload_logs_to_hf(repo_id: str, hf_token: str, local_log_file: str = "chat_l
|
|
194 |
|
195 |
# Gradio arayüzü
|
196 |
demo_css = """
|
197 |
-
#send_button {
|
198 |
background-color: #0b93f6;
|
199 |
border: none;
|
200 |
color: white;
|
@@ -209,6 +209,9 @@ demo_css = """
|
|
209 |
transition: background-color 0.3s;
|
210 |
margin: 5px;
|
211 |
}
|
|
|
|
|
|
|
212 |
.fixed_button_container {
|
213 |
padding: 0px;
|
214 |
margin: 0px 0 0 0px;
|
|
|
194 |
|
195 |
# Gradio arayüzü
|
196 |
demo_css = """
|
197 |
+
#send_button, #save_button {
|
198 |
background-color: #0b93f6;
|
199 |
border: none;
|
200 |
color: white;
|
|
|
209 |
transition: background-color 0.3s;
|
210 |
margin: 5px;
|
211 |
}
|
212 |
+
#send_button:hover, #save_button:hover {
|
213 |
+
background-color: #0077c0;
|
214 |
+
}
|
215 |
.fixed_button_container {
|
216 |
padding: 0px;
|
217 |
margin: 0px 0 0 0px;
|