fede97 commited on
Commit
cf0c2b1
1 Parent(s): 885393e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ Demo instructions:
31
  - (Optional) insert a Feedback text in the box.
32
  - Click the 'Like' or 'Dislike' button to judge the generation correctness.
33
  """
34
- title= "(L<sup>2</sup>) - Latin Language Model"
 
35
  article= "hello world ..."
36
  examples= ['Accidere ex una scintilla', 'Audacter calumniare,', 'Consolatium misero comites']
37
  logo_image= 'ITSERR_row_logo.png'
 
31
  - (Optional) insert a Feedback text in the box.
32
  - Click the 'Like' or 'Dislike' button to judge the generation correctness.
33
  """
34
+ # (L<sup>2</sup>) - Latin Language Model
35
+ title= "LatinGPT"
36
  article= "hello world ..."
37
  examples= ['Accidere ex una scintilla', 'Audacter calumniare,', 'Consolatium misero comites']
38
  logo_image= 'ITSERR_row_logo.png'