ffreemt commited on
Commit
d50b889
1 Parent(s): 7eb763b
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -98,7 +98,6 @@ with gr.Blocks(theme=theme) as block:
98
 
99
  msg.click(lambda x, y: ("",) + respond(x, y)[1:], [msg, chatbot], [msg, chatbot])
100
 
101
-
102
  with gr.Accordion("Example inputs", open=True):
103
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
104
  examples = gr.Examples(
 
98
 
99
  msg.click(lambda x, y: ("",) + respond(x, y)[1:], [msg, chatbot], [msg, chatbot])
100
 
 
101
  with gr.Accordion("Example inputs", open=True):
102
  etext = """In America, where cars are an important part of the national psyche, a decade ago people had suddenly started to drive less, which had not happened since the oil shocks of the 1970s. """
103
  examples = gr.Examples(