rameshmoorthy commited on
Commit
4825c3d
1 Parent(s): 65d5a7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ with gr.Blocks(title="Quiz Maker", theme=gr.themes.Default(primary_hue="green",
345
  )
346
  output_json = json.loads(f"{response}")
347
  break
348
- except Exception as e
349
  count+=1
350
  print(f"Exception occurred: {e}")
351
  print("Trying again...please wait")
 
345
  )
346
  output_json = json.loads(f"{response}")
347
  break
348
+ except Exception as e:
349
  count+=1
350
  print(f"Exception occurred: {e}")
351
  print("Trying again...please wait")