multimodalart HF Staff commited on
Commit
a42b836
·
verified ·
1 Parent(s): 2097127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -392,6 +392,7 @@ def replay_diffusion(frames, replay_speed):
392
  css = '''.gradio-container > .fillable {max-width: 720px !important}
393
  h3{margin-top: 1em}
394
  p{margin-top: 0}
 
395
  '''
396
  with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
397
  gr.Markdown(
 
392
  css = '''.gradio-container > .fillable {max-width: 720px !important}
393
  h3{margin-top: 1em}
394
  p{margin-top: 0}
395
+ textarea{font-family: monospace;background-color: black}
396
  '''
397
  with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
398
  gr.Markdown(