JLW commited on
Commit
278f4c3
·
1 Parent(s): 944285d

Change prompting a bit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,7 +324,7 @@ def update_foo(widget, state):
324
  return state
325
 
326
 
327
- with gr.Blocks(css=".gradio-container {background-color: lightgray max-height: 1000} ") as block:
328
  llm_state = gr.State()
329
  history_state = gr.State()
330
  chain_state = gr.State()
 
324
  return state
325
 
326
 
327
+ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
328
  llm_state = gr.State()
329
  history_state = gr.State()
330
  chain_state = gr.State()