botsi commited on
Commit
050899a
·
verified ·
1 Parent(s): e0cf4e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,7 +33,7 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
33
 
34
  DESCRIPTION = """\
35
  # This is your personal space to chat.
36
- You can ask anything from strategic questions regarding the game to just have a casual chat.
37
  """
38
 
39
  # License and Acceptable Use Policy by Meta
@@ -41,7 +41,7 @@ LICENSE = """
41
  <p/>
42
 
43
  ---
44
- This demo is governed by the original [license](https://ai.meta.com/llama/license/) and [acceptable use policy](https://ai.meta.com/llama/use-policy/).
45
  The most recent copy of this policy can be found at ai.meta.com/llama/use-policy.
46
  """
47
 
 
33
 
34
  DESCRIPTION = """\
35
  # This is your personal space to chat.
36
+ You can ask anything: From discussing strategic game tactics to enjoying casual conversation.
37
  """
38
 
39
  # License and Acceptable Use Policy by Meta
 
41
  <p/>
42
 
43
  ---
44
+ This demo is governed by the [original license](https://ai.meta.com/llama/license/) and [acceptable use policy](https://ai.meta.com/llama/use-policy/).
45
  The most recent copy of this policy can be found at ai.meta.com/llama/use-policy.
46
  """
47