zurd46 commited on
Commit
090f418
·
verified ·
1 Parent(s): 8bf32ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,7 +87,7 @@ def run_generation(user_text, top_p, temperature, top_k, max_new_tokens):
87
 
88
  # Gradio UI setup
89
  with gr.Blocks(css="""
90
- div.svelte-sfqy0y {
91
  display: flex;
92
  flex-direction: inherit;
93
  flex-wrap: wrap;
@@ -141,7 +141,7 @@ with gr.Blocks(css="""
141
  opacity: 1;
142
  }
143
  .gr-textbox {
144
- background-color: var(--body-background-fill);
145
  color: white;
146
  border: none;
147
  border-radius: 4px;
 
87
 
88
  # Gradio UI setup
89
  with gr.Blocks(css="""
90
+ `div.svelte-sfqy0y {
91
  display: flex;
92
  flex-direction: inherit;
93
  flex-wrap: wrap;
 
141
  opacity: 1;
142
  }
143
  .gr-textbox {
144
+ background-color: var(--block-background-fill);
145
  color: white;
146
  border: none;
147
  border-radius: 4px;