dhammo2 commited on
Commit
3beee15
·
verified ·
1 Parent(s): b19c305

Add Carriage Return

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -436,6 +436,10 @@ with gr.Blocks() as app:
436
  # Search button updates the table and stores full results
437
  search_btn.click(fn=gradio_interface, inputs=[query, meeting_type, start_date, end_date], outputs=[results_table, full_results_state, no_results_text])
438
 
 
 
 
 
439
  with gr.Row():
440
  with gr.Column(scale=2):
441
  transcript_prior = gr.Textbox(label="Prior Transcript", interactive=False, elem_id="purple-textbox")
 
436
  # Search button updates the table and stores full results
437
  search_btn.click(fn=gradio_interface, inputs=[query, meeting_type, start_date, end_date], outputs=[results_table, full_results_state, no_results_text])
438
 
439
+ #Add Carriage Return
440
+ query.submit(fn=gradio_interface, inputs=[query, meeting_type, start_date, end_date], outputs=[results_table, full_results_state, no_results_text])
441
+
442
+
443
  with gr.Row():
444
  with gr.Column(scale=2):
445
  transcript_prior = gr.Textbox(label="Prior Transcript", interactive=False, elem_id="purple-textbox")