Change prompting a bit
Browse files
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
|
| 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()
|