rayli commited on
Commit
fb3aaaa
·
verified ·
1 Parent(s): 158e927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4981,7 +4981,6 @@ def create_gradio_app(app: InstructParticulateApp) -> gr.Blocks:
4981
  global _ACTIVE_APP
4982
  _ACTIVE_APP = app
4983
  with gr.Blocks(title="Instruct Particulate Demo") as demo:
4984
- best_practice_banner()
4985
  gr.HTML(
4986
  f"""
4987
  <style>
@@ -5006,6 +5005,7 @@ def create_gradio_app(app: InstructParticulateApp) -> gr.Blocks:
5006
  </div>
5007
  """
5008
  )
 
5009
  mesh_face_warning = gr.HTML(
5010
  value="",
5011
  visible=True,
 
4981
  global _ACTIVE_APP
4982
  _ACTIVE_APP = app
4983
  with gr.Blocks(title="Instruct Particulate Demo") as demo:
 
4984
  gr.HTML(
4985
  f"""
4986
  <style>
 
5005
  </div>
5006
  """
5007
  )
5008
+ best_practice_banner()
5009
  mesh_face_warning = gr.HTML(
5010
  value="",
5011
  visible=True,