Ashishkr commited on
Commit
e8c1a0c
1 Parent(s): 5457d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- elem_id='duplicate-button')
77
 
78
  with gr.Group():
79
- chatbot = gr.Chatbot(label='Not a chatbot: Single-turn response')
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,