ryanrwatkins commited on
Commit
fd9fcfa
1 Parent(s): 5245051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -906,7 +906,7 @@ with gr.Blocks(css=css) as demo:
906
  prompt_template = ""
907
  temperature = ""
908
  max_tokens = ""
909
- context_length == ""
910
 
911
  """
912
  with gr.Column():
 
906
  prompt_template = ""
907
  temperature = ""
908
  max_tokens = ""
909
+ context_length = ""
910
 
911
  """
912
  with gr.Column():