ysharma HF staff commited on
Commit
a1c59e7
1 Parent(s): af085cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,6 +48,6 @@ with gr.Blocks(css=custom_css) as demo:
48
 
49
  b2.click(fn=display_next10, inputs= [out_dataframe, num_end ], outputs=[out_dataframe, num_end], api_name="next_10_rows")
50
 
51
- gr.Markdown("<center>Please note that the Playground AI dataset shared on GitHub doesn't have images but links to those images. The idea is to get the maximum benefit out of this dataset and to find the best way to explore this dataset. Gradio enables us to embed markdowns within a dataframe, thus this app is able to display actual images instead of direct links(meh!). I hope you will have as much fun playing with this Space as I had building it.</center>")
52
  demo.load(fn=display_df, outputs=out_dataframe, api_name="initial_dataframe")
53
  demo.launch(debug=True, show_error=True)
 
48
 
49
  b2.click(fn=display_next10, inputs= [out_dataframe, num_end ], outputs=[out_dataframe, num_end], api_name="next_10_rows")
50
 
51
+ #gr.Markdown("<center>Please note that the Playground AI dataset shared on GitHub doesn't have images but links to those images. The idea is to get the maximum benefit out of this dataset and to find the best way to explore this dataset. Gradio enables us to embed markdowns within a dataframe, thus this app is able to display actual images instead of direct links(meh!). I hope you will have as much fun playing with this Space as I had building it.</center>")
52
  demo.load(fn=display_df, outputs=out_dataframe, api_name="initial_dataframe")
53
  demo.launch(debug=True, show_error=True)