arborvitae commited on
Commit
9e7efc2
1 Parent(s): 4ce32b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def check_input_token_length(message: str, chat_history: list[tuple[str, str]],
79
  raise gr.Error(f'The accumulated input is too long ({input_token_length} > {MAX_INPUT_TOKEN_LENGTH}). Clear your chat history and try again.')
80
 
81
 
82
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
83
 
84
 
85
  with gr.Group():
 
79
  raise gr.Error(f'The accumulated input is too long ({input_token_length} > {MAX_INPUT_TOKEN_LENGTH}). Clear your chat history and try again.')
80
 
81
 
82
+ with gr.Blocks(css='JohnSmith9982/small_and_pretty') as demo:
83
 
84
 
85
  with gr.Group():