Spaces:
Runtime error
Runtime error
Commit
·
1967460
1
Parent(s):
f701e68
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import openai
|
|
6 |
from pdftojson import PdftoJson
|
7 |
import gradio as gr
|
8 |
|
9 |
-
with gr.Blocks(css="style.css",theme=
|
10 |
gr.HTML(
|
11 |
"""<hr style="border-top: 5px solid white;">"""
|
12 |
)
|
|
|
6 |
from pdftojson import PdftoJson
|
7 |
import gradio as gr
|
8 |
|
9 |
+
with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes-gray') as demo:
|
10 |
gr.HTML(
|
11 |
"""<hr style="border-top: 5px solid white;">"""
|
12 |
)
|