Ashrafb commited on
Commit
49b9de9
·
1 Parent(s): 18d129d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -73,9 +73,8 @@ def check_input_token_length(message: str, chat_history: list[tuple[str, str]],
73
 
74
 
75
  with gr.Blocks(css='style.css') as demo:
76
- gr.Markdown(DESCRIPTION)
77
- gr.DuplicateButton(value='Duplicate Space for private use',
78
- elem_id='duplicate-button')
79
 
80
  with gr.Group():
81
  chatbot = gr.Chatbot(label='Chatbot')
@@ -132,7 +131,7 @@ with gr.Blocks(css='style.css') as demo:
132
 
133
 
134
 
135
- gr.Markdown(LICENSE)
136
 
137
  textbox.submit(
138
  fn=clear_and_save_textbox,
 
73
 
74
 
75
  with gr.Blocks(css='style.css') as demo:
76
+
77
+
 
78
 
79
  with gr.Group():
80
  chatbot = gr.Chatbot(label='Chatbot')
 
131
 
132
 
133
 
134
+
135
 
136
  textbox.submit(
137
  fn=clear_and_save_textbox,