nguyenbh commited on
Commit
f90137f
·
verified ·
1 Parent(s): 29a4795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -102,7 +102,8 @@ with gr.Blocks(css=css) as demo:
102
  lambda: "", None, [msg]
103
  )
104
  clear.click(lambda: None, None, chatbot, queue=False)
105
- """)
 
106
 
107
  # Launch the app
108
  demo.launch(share=True) # Set share=False if you don't want a public link
 
102
  lambda: "", None, [msg]
103
  )
104
  clear.click(lambda: None, None, chatbot, queue=False)
105
+
106
+
107
 
108
  # Launch the app
109
  demo.launch(share=True) # Set share=False if you don't want a public link