Daniela-C commited on
Commit
3546247
·
verified ·
1 Parent(s): 8d55234

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -137,5 +137,11 @@ chat_interface = gr.ChatInterface(
137
  )
138
 
139
 
 
 
 
 
 
 
140
  if __name__ == "__main__":
141
  demo.queue(max_size=20).launch()
 
137
  )
138
 
139
 
140
+ with gr.Blocks(css="style.css") as demo:
141
+ gr.Markdown(DESCRIPTION)
142
+ chat_interface.render()
143
+ gr.Markdown(LICENSE)
144
+
145
+
146
  if __name__ == "__main__":
147
  demo.queue(max_size=20).launch()