Spaces:
Runtime error
Runtime error
Commit
·
b49e6be
1
Parent(s):
8cafaa1
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def load_data():
|
|
70 |
db.close()
|
71 |
return reviews, total_reviews
|
72 |
|
73 |
-
with gr.Blocks() as demo:
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
#with gr.Box():
|
|
|
70 |
db.close()
|
71 |
return reviews, total_reviews
|
72 |
|
73 |
+
with gr.Blocks(api_name="/iccs") as demo:
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
#with gr.Box():
|