CosmoAI commited on
Commit
3ae0e39
·
1 Parent(s): 100826d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def bardChat(data):
17
  prompt = data
18
 
19
  respo = model.generate_content(
20
- prompt,l
21
  generation_config={
22
  'temperature': 0,
23
  'max_output_tokens': 800
 
17
  prompt = data
18
 
19
  respo = model.generate_content(
20
+ prompt,
21
  generation_config={
22
  'temperature': 0,
23
  'max_output_tokens': 800