John6666 commited on
Commit
97f1e49
1 Parent(s): 82ce3ab

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ css = """
6
  .title { font-size: 3em; align-items: center; text-align: center; }
7
  .info { align-items: center; text-align: center; }
8
  .block.result { margin: 1em 0; padding: 1em; box-shadow: 0 0 3px 3px #664422, 0 0 3px 2px #664422 inset; border-radius: 6px; background: #665544; }
9
- .desc [src$='#float'] { float: left; margin: 10px; }
10
  """
11
 
12
  with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
 
6
  .title { font-size: 3em; align-items: center; text-align: center; }
7
  .info { align-items: center; text-align: center; }
8
  .block.result { margin: 1em 0; padding: 1em; box-shadow: 0 0 3px 3px #664422, 0 0 3px 2px #664422 inset; border-radius: 6px; background: #665544; }
9
+ .desc [src$='#float'] { float: right; margin: 20px; }
10
  """
11
 
12
  with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css, delete_cache=(60, 3600)) as demo: