tombetthauser commited on
Commit
3af6744
Β·
1 Parent(s): d76094b

Re-add basic style as placeholder to working app

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -322,11 +322,11 @@ with gr.Blocks(css=css) as demo:
322
  state[i] = True
323
  checkbox_states[i] = True
324
  gr.HTML('''
325
- <div _style="text-align: center; max-width: 720px; margin: 0 auto;">
326
  <div
327
- _style="
328
  display: inline-flex;
329
- align-items: center;
330
  gap: 0.8rem;
331
  font-size: 1.75rem;
332
  "
 
322
  state[i] = True
323
  checkbox_states[i] = True
324
  gr.HTML('''
325
+ <div style="text-align: center; max-width: 720px; margin: 0 auto;">
326
  <div
327
+ style="
328
  display: inline-flex;
329
+ align-items: left;
330
  gap: 0.8rem;
331
  font-size: 1.75rem;
332
  "