KvrParaskevi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
|
|
76 |
inputs=[
|
77 |
textbox_component
|
78 |
],
|
79 |
-
examples = ["Hello I would like to book a hotel room.", "Hello I want to stay in Nuremberg in 30th of May." ]
|
80 |
#outputs=chatbot_component,
|
81 |
title = "Hotel Booking Assistant Chat 🤗",
|
82 |
description = "I am your hotel booking assistant. Feel free to start chatting with me."
|
|
|
76 |
inputs=[
|
77 |
textbox_component
|
78 |
],
|
79 |
+
examples = ["Hello I would like to book a hotel room.", "Hello I want to stay in Nuremberg in 30th of May." ],
|
80 |
#outputs=chatbot_component,
|
81 |
title = "Hotel Booking Assistant Chat 🤗",
|
82 |
description = "I am your hotel booking assistant. Feel free to start chatting with me."
|