noumanjavaid commited on
Commit
1731e74
·
verified ·
1 Parent(s): 0470831

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -174,13 +174,9 @@ def validate_and_sanitize_url(url):
174
  PLATFORM_CONFIG = {
175
  'main_platform_url': os.getenv('MAIN_PLATFORM_URL', 'https://noumanjavaid-centii.hf.space'),
176
  'launch_config': {
177
- 'show_error': True,
178
  'show_api': False,
179
- 'show_tips': False,
180
- 'height': 800,
181
- 'analytics_enabled': False,
182
- 'enable_queue': False,
183
- 'prevent_thread_lock': True
184
  }
185
  }
186
 
 
174
  PLATFORM_CONFIG = {
175
  'main_platform_url': os.getenv('MAIN_PLATFORM_URL', 'https://noumanjavaid-centii.hf.space'),
176
  'launch_config': {
177
+ 'show_error': False,
178
  'show_api': False,
179
+ 'height': 1024,
 
 
 
 
180
  }
181
  }
182