abidlabs HF Staff commited on
Commit
ba69c5d
·
1 Parent(s): 49296da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -62,10 +62,7 @@ def code_generation(prompt, max_new_tokens, temperature=0.2, seed=42):
62
  return post_processing(prompt, completion)
63
 
64
 
65
- demo = gr.Blocks(
66
- css=".gradio-container {background-color: #20233fff; color:white}"
67
- )
68
- with demo:
69
  with gr.Row():
70
  _, colum_2, _ = gr.Column(scale=1), gr.Column(scale=6), gr.Column(scale=1)
71
  with colum_2:
 
62
  return post_processing(prompt, completion)
63
 
64
 
65
+ with gr.Blocks():
 
 
 
66
  with gr.Row():
67
  _, colum_2, _ = gr.Column(scale=1), gr.Column(scale=6), gr.Column(scale=1)
68
  with colum_2: