Ankit93 commited on
Commit
ebe2a01
·
1 Parent(s): b428608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def get_llama_response(inputtext,wordcount,blogstyle):
17
  # config={'max_new_tokens':256,
18
  # 'temperature':0.01})
19
  template = f"""
20
- Write a Blog for {blogstyle} job profile for a topic {inputtext} within {wordcount} words.
21
  """
22
 
23
 
 
17
  # config={'max_new_tokens':256,
18
  # 'temperature':0.01})
19
  template = f"""
20
+ Write a Blog as a {blogstyle} on {inputtext} within {wordcount} words.
21
  """
22
 
23