Spaces:
Build error
Build error
Update app.py
Browse files
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(
|