Spaces:
Running
on
Zero
Running
on
Zero
add images
Browse files- app.py +1 -1
- images/albums.png +0 -0
- images/arts.png +0 -0
- images/economy.png +0 -0
- images/sports.png +0 -0
app.py
CHANGED
@@ -324,7 +324,7 @@ def build_demo():
|
|
324 |
textbox = gr.Textbox(
|
325 |
show_label=False, placeholder="Enter text and press ENTER", container=False
|
326 |
)
|
327 |
-
with gr.Blocks(title="
|
328 |
state = gr.State()
|
329 |
gr.Markdown(title_markdown)
|
330 |
|
|
|
324 |
textbox = gr.Textbox(
|
325 |
show_label=False, placeholder="Enter text and press ENTER", container=False
|
326 |
)
|
327 |
+
with gr.Blocks(title="TinyChart", theme=gr.themes.Default(), css=block_css) as demo:
|
328 |
state = gr.State()
|
329 |
gr.Markdown(title_markdown)
|
330 |
|
images/albums.png
ADDED
images/arts.png
ADDED
images/economy.png
ADDED
images/sports.png
ADDED