Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,11 +188,13 @@ async def read_items():
|
|
| 188 |
background-color: #007bff;
|
| 189 |
color: white;
|
| 190 |
border: none;
|
| 191 |
-
padding:
|
| 192 |
-
font-size:
|
| 193 |
border-radius: 6px;
|
| 194 |
cursor: pointer;
|
| 195 |
margin-right: 14px;
|
|
|
|
|
|
|
| 196 |
}
|
| 197 |
|
| 198 |
.button:hover {
|
|
@@ -411,7 +413,7 @@ async def read_items():
|
|
| 411 |
<div class="header">
|
| 412 |
<div>Prompt Optimizer</div>
|
| 413 |
<div style="display: inline-flex;">
|
| 414 |
-
<div class="button">Get API</div>
|
| 415 |
<button id="clearBtn">🧹 Clear</button>
|
| 416 |
</div>
|
| 417 |
</div>
|
|
|
|
| 188 |
background-color: #007bff;
|
| 189 |
color: white;
|
| 190 |
border: none;
|
| 191 |
+
padding: 5px 10px;
|
| 192 |
+
font-size: 0.65em;
|
| 193 |
border-radius: 6px;
|
| 194 |
cursor: pointer;
|
| 195 |
margin-right: 14px;
|
| 196 |
+
font-weight: 500;
|
| 197 |
+
transition: background-color 0.2s, color 0.2s;
|
| 198 |
}
|
| 199 |
|
| 200 |
.button:hover {
|
|
|
|
| 413 |
<div class="header">
|
| 414 |
<div>Prompt Optimizer</div>
|
| 415 |
<div style="display: inline-flex;">
|
| 416 |
+
<div class="button" id="apiKeyBtn">Get API</div>
|
| 417 |
<button id="clearBtn">🧹 Clear</button>
|
| 418 |
</div>
|
| 419 |
</div>
|