Yehor commited on
Commit
321218f
1 Parent(s): 8492287
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -160,9 +160,8 @@ with demo:
160
  gr.Markdown(description_foot)
161
 
162
  gr.Markdown("### Gradio app uses the following technologies:")
163
- with gr.Row():
164
- gr.Markdown(tech_env)
165
- gr.Markdown(tech_libraries)
166
 
167
  if __name__ == "__main__":
168
  demo.queue()
 
160
  gr.Markdown(description_foot)
161
 
162
  gr.Markdown("### Gradio app uses the following technologies:")
163
+ gr.Markdown(tech_env)
164
+ gr.Markdown(tech_libraries)
 
165
 
166
  if __name__ == "__main__":
167
  demo.queue()