arpit13 commited on
Commit
03f3f36
·
verified ·
1 Parent(s): d0647c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -231,8 +231,6 @@ with gr.Blocks(css="""
231
  hear_button = gr.Button("Hear Response")
232
  audio_output = gr.Audio(label="Bot's Voice", type="filepath", interactive=False)
233
  clear_button = gr.Button("Clear History")
234
- system_message = gr.Textbox(label="System Message", interactive=False)
235
-
236
 
237
 
238
  history_state = gr.State(load_history())
 
231
  hear_button = gr.Button("Hear Response")
232
  audio_output = gr.Audio(label="Bot's Voice", type="filepath", interactive=False)
233
  clear_button = gr.Button("Clear History")
 
 
234
 
235
 
236
  history_state = gr.State(load_history())