Dagfinn1962 commited on
Commit
4837d5b
1 Parent(s): 8f501dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def send_it(inputs, model_choice):
77
  return proc(inputs)
78
 
79
 
80
- with gr.Blocks (css ='main.css') as myface:
81
 
82
  gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #000000; font-color:#FFFFFFF; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#000000; font-color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
83
  with gr.Row():
 
77
  return proc(inputs)
78
 
79
 
80
+ with gr.Blocks (theme='freddyaboulton/dracula_revamped') as myface:
81
 
82
  gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #000000; font-color:#FFFFFFF; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#000000; font-color:#FFFFFFF; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
83
  with gr.Row():