Pijush2023 commited on
Commit
5bd2e9d
·
verified ·
1 Parent(s): 717964a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -1356,6 +1356,15 @@ def insert_prompt(current_text, prompt):
1356
 
1357
 
1358
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
 
 
 
 
 
 
 
 
 
1359
  with gr.Row():
1360
  with gr.Column():
1361
  state = gr.State()
 
1356
 
1357
 
1358
  with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
1359
+
1360
+ # Custom CSS to change color on hover
1361
+ demo.css = """
1362
+ .gr-examples-list > div:hover {
1363
+ color: red !important;
1364
+ cursor: pointer;
1365
+ }
1366
+ """
1367
+
1368
  with gr.Row():
1369
  with gr.Column():
1370
  state = gr.State()