akhaliq HF Staff commited on
Commit
05313cd
·
1 Parent(s): 86866d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- table = """<div class="grid lg:grid-cols-2 gap-x-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>
 
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>