lmzjms commited on
Commit
8ab0e50
·
1 Parent(s): edf6130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -223,7 +223,6 @@ class ConversationBot:
223
 
224
  if __name__ == '__main__':
225
  bot = ConversationBot()
226
-
227
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
228
  with gr.Row():
229
  openai_api_key_textbox = gr.Textbox(
 
223
 
224
  if __name__ == '__main__':
225
  bot = ConversationBot()
 
226
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
227
  with gr.Row():
228
  openai_api_key_textbox = gr.Textbox(