ubermenchh commited on
Commit
f220853
1 Parent(s): 8651d94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ MAX_MAX_NEW_TOKENS = 4096
51
  DEFAULT_MAX_NEW_TOKENS = 256
52
  MAX_INPUT_TOKEN_LENGTH = 4000
53
 
54
- DESCRIPTION = "# He's just Jarvis. ;)"
55
 
56
  def clear_and_save_textbox(message): return '', message
57
 
 
51
  DEFAULT_MAX_NEW_TOKENS = 256
52
  MAX_INPUT_TOKEN_LENGTH = 4000
53
 
54
+ DESCRIPTION = "# <h1>He's just Jarvis. ;)</h1>"
55
 
56
  def clear_and_save_textbox(message): return '', message
57