Spaces:
Runtime error
Runtime error
harpreetsahota
commited on
Commit
Β·
5c6b5ae
1
Parent(s):
0459f8a
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def code_generation(prompt: str, max_new_tokens: int, temperature: float = 0.2,
|
|
159 |
return post_processing(prompt, completion)
|
160 |
|
161 |
demo = gr.Blocks(
|
162 |
-
css=".gradio-container {background-color:
|
163 |
)
|
164 |
with demo:
|
165 |
with gr.Row():
|
|
|
159 |
return post_processing(prompt, completion)
|
160 |
|
161 |
demo = gr.Blocks(
|
162 |
+
css=".gradio-container {background-color: #FAFBFF; color: #292b47}"
|
163 |
)
|
164 |
with demo:
|
165 |
with gr.Row():
|