zamalali commited on
Commit
e5694e2
·
1 Parent(s): c0a465c

Fix formatting by adding a newline at the end of app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -475,4 +475,5 @@ with gr.Blocks(css=CSS, theme=gr.themes.Soft(text_size=sizes.text_md)) as demo:
475
 
476
  next_p1.click(check_validity_and_llm, session_states, tabs)
477
  if __name__ == "__main__":
478
- demo.launch()
 
 
475
 
476
  next_p1.click(check_validity_and_llm, session_states, tabs)
477
  if __name__ == "__main__":
478
+ demo.launch()
479
+