barttee commited on
Commit
f74c8d6
·
verified ·
1 Parent(s): 9ea37c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -206,7 +206,7 @@ HTML_TEMPLATE = """
206
  <meta charset="UTF-8">
207
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
208
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
209
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
210
  <style>
211
  :root {
212
  --primary-color: #0f4f9b; /* Blue accent */
@@ -624,7 +624,7 @@ HTML_TEMPLATE = """
624
  padding: 0.5rem 1rem;
625
  border-radius: 1rem;
626
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
627
- max-width: 250px;
628
  white-space: nowrap;
629
  overflow: hidden;
630
  text-overflow: ellipsis;
 
206
  <meta charset="UTF-8">
207
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
208
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
209
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
210
  <style>
211
  :root {
212
  --primary-color: #0f4f9b; /* Blue accent */
 
624
  padding: 0.5rem 1rem;
625
  border-radius: 1rem;
626
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
627
+ max-width: 270px;
628
  white-space: nowrap;
629
  overflow: hidden;
630
  text-overflow: ellipsis;