tywei08 commited on
Commit
9271f34
·
verified ·
1 Parent(s): c9eeb14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -139,7 +139,8 @@ with gr.Blocks(css='''
139
  background: white; /* White background */
140
  color: #333; /* Text color */
141
  padding: 10px; /* Padding inside the input */
142
- border: 2px solid #FFDA42; /* Initial border color, change as needed */
 
143
  border-radius: 5px; /* Rounded corners */
144
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
145
  transition: all 0.3s ease; /* Smooth transition for interactions */
 
139
  background: white; /* White background */
140
  color: #333; /* Text color */
141
  padding: 10px; /* Padding inside the input */
142
+ border: 10px solid #FFDA42; /* Initial border color, change as needed */
143
+ border-color: #FFDA42
144
  border-radius: 5px; /* Rounded corners */
145
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
146
  transition: all 0.3s ease; /* Smooth transition for interactions */