Spaces:
Running
Running
Commit
·
bb1baa2
1
Parent(s):
831f146
Update app.py
Browse files
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 |
-
|
|
|
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)
|