Skip to content

Commit

Permalink
Update params.py add version to title
Browse files Browse the repository at this point in the history
  • Loading branch information
liminalfever authored Oct 18, 2024
1 parent 822e8dc commit e0bc4b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/params.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from datetime import date
import os

PAGE_CONFIGS = {
'TITLE': 'Dashboard',
'TITLE': f'Dashboard (V.{os.getenv('APP_VERSION')})',
'LAYOUT': 'wide',
'SIDEBAR': 'expanded'
}
Expand Down Expand Up @@ -160,4 +161,4 @@
'VALUE': True,
'KEY': 'normalize_sentiment_class'
},
}
}

0 comments on commit e0bc4b1

Please sign in to comment.