Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,11 +72,11 @@ def check_input_token_length(message: str, chat_history: list[tuple[str, str]],
|
|
72 |
|
73 |
|
74 |
with gr.Blocks(css='style.css') as demo:
|
75 |
-
gr.DuplicateButton(value='Duplicate Space for private use',
|
76 |
-
|
77 |
|
78 |
with gr.Group():
|
79 |
-
chatbot = gr.Chatbot(label='Not a
|
80 |
with gr.Row():
|
81 |
textbox = gr.Textbox(
|
82 |
container=False,
|
|
|
72 |
|
73 |
|
74 |
with gr.Blocks(css='style.css') as demo:
|
75 |
+
# gr.DuplicateButton(value='Duplicate Space for private use',
|
76 |
+
# elem_id='duplicate-button')
|
77 |
|
78 |
with gr.Group():
|
79 |
+
chatbot = gr.Chatbot(label='Not a Chitchat bot: Start with medical consultation queries')
|
80 |
with gr.Row():
|
81 |
textbox = gr.Textbox(
|
82 |
container=False,
|