Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,6 +74,7 @@ demo = gr.Blocks(css=".container { max-width: 800px; margin: auto; }")
|
|
| 74 |
|
| 75 |
with demo:
|
| 76 |
gr.Markdown("")
|
|
|
|
| 77 |
with gr.Tabs():
|
| 78 |
#### tableqa
|
| 79 |
with gr.TabItem("数据表问答(TableQA)"):
|
|
|
|
| 74 |
|
| 75 |
with demo:
|
| 76 |
gr.Markdown("")
|
| 77 |
+
gr.Markdown("This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/tableQA-Chinese](https://github.com/svjack/tableQA-Chinese)</h4></b>\n")
|
| 78 |
with gr.Tabs():
|
| 79 |
#### tableqa
|
| 80 |
with gr.TabItem("数据表问答(TableQA)"):
|