Update app.py
Browse files
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())
|