JunchuanYu commited on
Commit
082f7b0
1 Parent(s): 4fb7b16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ css = """
21
  #prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px;}
22
  #submit {text-align: center; background-color: #e0e0e0;}
23
  #label {font-size: 0.8em; padding: 0.5em; margin: 0;}
24
- # """
25
  with gr.Blocks(css=css) as demo:
26
  history = gr.State([])
27
  token_count = gr.State([])
 
21
  #prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px;}
22
  #submit {text-align: center; background-color: #e0e0e0;}
23
  #label {font-size: 0.8em; padding: 0.5em; margin: 0;}
24
+ """
25
  with gr.Blocks(css=css) as demo:
26
  history = gr.State([])
27
  token_count = gr.State([])