Arial311 commited on
Commit
fdfae1d
·
verified ·
1 Parent(s): db2c680

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -131,6 +131,7 @@ head_html = """
131
  .text-cyan-300 { color: #67e8f9 !important; }
132
  .text-gray-300 { color: #d1d5db !important; }
133
  .text-red-500 { color: #ef4444 !important; }
 
134
  </style>
135
  """
136
 
 
131
  .text-cyan-300 { color: #67e8f9 !important; }
132
  .text-gray-300 { color: #d1d5db !important; }
133
  .text-red-500 { color: #ef4444 !important; }
134
+ .mb-4 { margin-bottom: 1rem !important;}
135
  </style>
136
  """
137