Spaces:
Running
Running
TejAndrewsACC
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -119,46 +119,6 @@ demo = gr.ChatInterface(
|
|
119 |
theme=gr.themes.Glass(),
|
120 |
)
|
121 |
|
122 |
-
|
123 |
-
css = """
|
124 |
-
body {
|
125 |
-
background-color: #000000;
|
126 |
-
color: #00FF00; /* Neon Green */
|
127 |
-
font-family: 'Courier New', Courier, monospace;
|
128 |
-
font-size: 18px;
|
129 |
-
}
|
130 |
-
|
131 |
-
.gradio-container {
|
132 |
-
background-color: #000000;
|
133 |
-
border: 2px solid #00FF00;
|
134 |
-
padding: 20px;
|
135 |
-
}
|
136 |
-
|
137 |
-
.gradio-input-textbox, .gradio-output-textbox {
|
138 |
-
background-color: #121212;
|
139 |
-
color: #00FF00;
|
140 |
-
border: 1px solid #00FF00;
|
141 |
-
}
|
142 |
-
|
143 |
-
.gradio-button {
|
144 |
-
background-color: #00FF00;
|
145 |
-
color: #000000;
|
146 |
-
border: 1px solid #00FF00;
|
147 |
-
}
|
148 |
-
|
149 |
-
.gradio-slider {
|
150 |
-
background-color: #121212;
|
151 |
-
color: #00FF00;
|
152 |
-
border: 1px solid #00FF00;
|
153 |
-
}
|
154 |
-
|
155 |
-
.gradio-label {
|
156 |
-
color: #00FF00;
|
157 |
-
}
|
158 |
-
"""
|
159 |
-
|
160 |
-
demo.css = css
|
161 |
-
|
162 |
if __name__ == "__main__":
|
163 |
demo.launch()
|
164 |
|
|
|
119 |
theme=gr.themes.Glass(),
|
120 |
)
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
if __name__ == "__main__":
|
123 |
demo.launch()
|
124 |
|