osanseviero commited on
Commit
bb1baa2
·
1 Parent(s): 831f146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,6 +11,7 @@ with gr.Blocks() as demo:
11
  gr.Markdown("""<h1 align="center" id="space-title">Universities at Hugging Face</h1>""")
12
  gr.Markdown("""This is from November 10 2023, it's not automatically updated.""")
13
 
14
- gr_spaces = gr.Dataframe(df, interactive=False)
 
15
 
16
  demo.launch(debug=True)
 
11
  gr.Markdown("""<h1 align="center" id="space-title">Universities at Hugging Face</h1>""")
12
  gr.Markdown("""This is from November 10 2023, it's not automatically updated.""")
13
 
14
+
15
+ gr_spaces = gr.Dataframe(df, interactive=False, datatype=['str', "markdown", 'str', 'str', 'str', 'str', 'str', 'str', 'str', 'str', 'str'])
16
 
17
  demo.launch(debug=True)