Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
table = """<div class="grid
|
3 |
<table border="1">
|
4 |
<tbody>
|
5 |
<tr><th>Paper</th><th>Code</th><th>Gradio Demo</th><th>Hugging Face Model</th><th>Hugging Face Dataset</th></tr>
|
|
|
1 |
import gradio as gr
|
2 |
+
table = """<div class="grid grid-cols-4 gap-4">
|
3 |
<table border="1">
|
4 |
<tbody>
|
5 |
<tr><th>Paper</th><th>Code</th><th>Gradio Demo</th><th>Hugging Face Model</th><th>Hugging Face Dataset</th></tr>
|