Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
3a54a10
1
Parent(s):
d8c08a1
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def send_it(inputs, model_choice):
|
|
77 |
return proc(inputs)
|
78 |
|
79 |
|
80 |
-
with gr.Blocks (css ='
|
81 |
|
82 |
gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #FFB76B;; color:#000000; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#FFB76B;; color:#000000; 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 (css ='theme.css') as myface:
|
81 |
|
82 |
gr.HTML(" <div style='font-size: 20px; font-family:verdana; background-color: #FFB76B;; color:#000000; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float: left; text-align:center;'> Your Promt Here</div> <div style='font-size: 20px; font-family:verdana; background-color:#FFB76B;; color:#000000; border:1px solid #FFFFFF; border-radius: 10px; width:50%; height: 30px; float:right;text-align: center;'> Choose model here </div> " )
|
83 |
with gr.Row():
|