Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css) as myface:
|
|
50 |
color: #ffffff; !important;
|
51 |
}
|
52 |
.gradio-container {
|
53 |
-
background-image: linear-gradient(#
|
54 |
color: #ffaa66 !important;
|
55 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
56 |
}
|
@@ -58,7 +58,7 @@ with gr.Blocks(css=css) as myface:
|
|
58 |
color: #ffaa66 !important;
|
59 |
}
|
60 |
.gr-box {
|
61 |
-
background-image: linear-gradient(#
|
62 |
border-top-color: #000000 !important;
|
63 |
border-right-color: #ffffff !important;
|
64 |
border-bottom-color: #ffffff !important;
|
@@ -66,7 +66,7 @@ with gr.Blocks(css=css) as myface:
|
|
66 |
}
|
67 |
.gr-input {
|
68 |
color: #ffffff; !important;
|
69 |
-
background-color: #
|
70 |
}
|
71 |
:root {
|
72 |
--neutral-100: #000000 !important;
|
@@ -91,37 +91,6 @@ with gr.Blocks(css=css) as myface:
|
|
91 |
with gr.Row():
|
92 |
with gr.Column(scale=100):
|
93 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
94 |
-
#align-items: center !important;
|
95 |
-
#appearance: none !important;
|
96 |
-
|
97 |
-
|
98 |
-
#border-style: none !important;
|
99 |
-
#box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0 !important;
|
100 |
-
#box-sizing: border-box !important;
|
101 |
-
|
102 |
-
#cursor: pointer !important;
|
103 |
-
#display: inline-flex !important;
|
104 |
-
#fill: currentcolor !important;
|
105 |
-
#font-family: "Google Sans",Roboto,Arial,sans-serif !important;
|
106 |
-
#font-size: 14px !important;
|
107 |
-
#font-weight: 500 !important;
|
108 |
-
#height: 48px !important;
|
109 |
-
#justify-content: center !important;
|
110 |
-
#letter-spacing: .25px !important;
|
111 |
-
#line-height: normal !important;
|
112 |
-
#max-width: 100% !important;
|
113 |
-
#overflow: visible !important;
|
114 |
-
#padding: 2px 24px !important;
|
115 |
-
#position: relative !important;
|
116 |
-
#text-align: center !important;
|
117 |
-
#text-transform: none !important;
|
118 |
-
#transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms !important;
|
119 |
-
#user-select: none !important;
|
120 |
-
#-webkit-user-select: none !important;
|
121 |
-
#touch-action: manipulation !important;
|
122 |
-
#width: auto !important;
|
123 |
-
#will-change: transform,opacity !important;
|
124 |
-
#z-index: 0 !important;
|
125 |
gr.HTML("""<style> .gr-button {
|
126 |
color: white !important;
|
127 |
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
|
|
|
50 |
color: #ffffff; !important;
|
51 |
}
|
52 |
.gradio-container {
|
53 |
+
background-image: linear-gradient(#304646, #243a3a, #1e2e2e) !important;
|
54 |
color: #ffaa66 !important;
|
55 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
56 |
}
|
|
|
58 |
color: #ffaa66 !important;
|
59 |
}
|
60 |
.gr-box {
|
61 |
+
background-image: linear-gradient(#1e2e2e, #243a3a, #304646) !important;
|
62 |
border-top-color: #000000 !important;
|
63 |
border-right-color: #ffffff !important;
|
64 |
border-bottom-color: #ffffff !important;
|
|
|
66 |
}
|
67 |
.gr-input {
|
68 |
color: #ffffff; !important;
|
69 |
+
background-color: #304646 !important;
|
70 |
}
|
71 |
:root {
|
72 |
--neutral-100: #000000 !important;
|
|
|
91 |
with gr.Row():
|
92 |
with gr.Column(scale=100):
|
93 |
magic1=gr.Textbox(label="Your Prompt", lines=4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
gr.HTML("""<style> .gr-button {
|
95 |
color: white !important;
|
96 |
text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
|