codeboosterstech commited on
Commit
f52203a
·
1 Parent(s): 00e243c

Fix converter syntax after deployment update

Browse files
Files changed (1) hide show
  1. utils/converter.py +1 -1
utils/converter.py CHANGED
@@ -318,7 +318,7 @@ with gr.Blocks(title="Generated Application", theme=gr.themes.Soft()) as demo:
318
 
319
  if __name__ == "__main__":
320
  demo.launch(share=False)
321
- '''}]}
322
 
323
 
324
  def create_basic_template(input_code: str) -> Dict[str, str]:
 
318
 
319
  if __name__ == "__main__":
320
  demo.launch(share=False)
321
+ '''
322
 
323
 
324
  def create_basic_template(input_code: str) -> Dict[str, str]: