mswhite commited on
Commit
4a3e860
1 Parent(s): 91eecdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ NVIDIA_API_KEY = os.environ["API_KEY"] # API Key
22
  CHATBOT_HEIGHT = 500 # Height of Gradio Chatbot
23
  IMAGE_HEIGHT = 500
24
  IMAGE_WIDTH = 500
25
- LINES_PER_BOX = 14 # Number of text lines in a gradio text box
26
- SUSPECTS_PER_PAGE = 10 # Number of suspects shown per page
27
 
28
  game = cMystery() # New mystery game imported from game_info
29
 
 
22
  CHATBOT_HEIGHT = 500 # Height of Gradio Chatbot
23
  IMAGE_HEIGHT = 500
24
  IMAGE_WIDTH = 500
25
+ LINES_PER_BOX = 12 # Number of text lines in a gradio text box
26
+ SUSPECTS_PER_PAGE = 8 # Number of suspects shown per page
27
 
28
  game = cMystery() # New mystery game imported from game_info
29