Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ chatbot_service = ChatbotService()
|
|
42 |
|
43 |
|
44 |
with gr.Blocks() as demo:
|
45 |
-
chatbot = gr.Chatbot()
|
46 |
with gr.Row():
|
47 |
msg = gr.Textbox(placeholder="Type your message here...", inputs="text",outputs="text", label="Story Prompt:")
|
48 |
run = gr.Button("Run")
|
|
|
42 |
|
43 |
|
44 |
with gr.Blocks() as demo:
|
45 |
+
chatbot = gr.Chatbot()
|
46 |
with gr.Row():
|
47 |
msg = gr.Textbox(placeholder="Type your message here...", inputs="text",outputs="text", label="Story Prompt:")
|
48 |
run = gr.Button("Run")
|