Spaces:
Running
on
Zero
Running
on
Zero
Alexander Bagus
commited on
Commit
·
7c35e56
1
Parent(s):
6936a77
22
Browse files
app.py
CHANGED
|
@@ -149,7 +149,6 @@ def read_file(path: str) -> str:
|
|
| 149 |
content = f.read()
|
| 150 |
return content
|
| 151 |
|
| 152 |
-
|
| 153 |
css = """
|
| 154 |
#col-container {
|
| 155 |
margin: 0 auto;
|
|
@@ -167,6 +166,7 @@ h3{
|
|
| 167 |
|
| 168 |
|
| 169 |
with open('examples/0_examples.json', 'r') as file: examples = json.load(file)
|
|
|
|
| 170 |
with gr.Blocks() as demo:
|
| 171 |
with gr.Column(elem_id="col-container"):
|
| 172 |
with gr.Column():
|
|
|
|
| 149 |
content = f.read()
|
| 150 |
return content
|
| 151 |
|
|
|
|
| 152 |
css = """
|
| 153 |
#col-container {
|
| 154 |
margin: 0 auto;
|
|
|
|
| 166 |
|
| 167 |
|
| 168 |
with open('examples/0_examples.json', 'r') as file: examples = json.load(file)
|
| 169 |
+
print(examples)
|
| 170 |
with gr.Blocks() as demo:
|
| 171 |
with gr.Column(elem_id="col-container"):
|
| 172 |
with gr.Column():
|