ginipick commited on
Commit
e9982ec
·
verified ·
1 Parent(s): 4082391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -210,9 +210,6 @@ def respond(
210
  yield response
211
 
212
 
213
-
214
-
215
-
216
  def create_ui():
217
  try:
218
  css = """
@@ -370,6 +367,7 @@ def create_ui():
370
  print(f"Error in create_ui: {str(e)}")
371
  print(traceback.format_exc())
372
  raise
 
373
 
374
  if __name__ == "__main__":
375
  try:
 
210
  yield response
211
 
212
 
 
 
 
213
  def create_ui():
214
  try:
215
  css = """
 
367
  print(f"Error in create_ui: {str(e)}")
368
  print(traceback.format_exc())
369
  raise
370
+
371
 
372
  if __name__ == "__main__":
373
  try: