harpreetsahota commited on
Commit
5c6b5ae
Β·
1 Parent(s): 0459f8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: white; color: #292b47}"
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():