juliensimon HF staff commited on
Commit
c7fde02
1 Parent(s): 01353e4

Change layout

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ iface = gr.Interface(
97
  theme='huggingface',
98
  description='This Spaces lets you query a text corpus containing 2020 annual filings for all S&P500 companies. You can type a text query in English, or record an audio query in 21 languages. You can find a technical deep dive at https://www.youtube.com/watch?v=YPme-gR0f80',
99
  fn=process,
100
- layout='vertical',
101
  inputs=[buttons,text_query,mic,slider],
102
  outputs=[speech_query, results],
103
  examples=[
 
97
  theme='huggingface',
98
  description='This Spaces lets you query a text corpus containing 2020 annual filings for all S&P500 companies. You can type a text query in English, or record an audio query in 21 languages. You can find a technical deep dive at https://www.youtube.com/watch?v=YPme-gR0f80',
99
  fn=process,
100
+ layout='horizontal',
101
  inputs=[buttons,text_query,mic,slider],
102
  outputs=[speech_query, results],
103
  examples=[