Spaces:
Runtime error
Runtime error
Commit
·
b7f6cba
1
Parent(s):
59ef779
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import requests
|
|
| 4 |
from acogsphere import acf
|
| 5 |
from bcogsphere import bcf
|
| 6 |
import math
|
|
|
|
| 7 |
#from python_actr import *
|
| 8 |
#from cogscidighum import *
|
| 9 |
|
|
@@ -133,7 +134,9 @@ with gr.Blocks() as demo:
|
|
| 133 |
return response,1 #result #soup.prettify()
|
| 134 |
cssubmit.click(cs, name, [comments,count])
|
| 135 |
|
| 136 |
-
|
|
|
|
|
|
|
| 137 |
|
| 138 |
with gr.Row():
|
| 139 |
with gr.Column():
|
|
|
|
| 4 |
from acogsphere import acf
|
| 5 |
from bcogsphere import bcf
|
| 6 |
import math
|
| 7 |
+
|
| 8 |
#from python_actr import *
|
| 9 |
#from cogscidighum import *
|
| 10 |
|
|
|
|
| 134 |
return response,1 #result #soup.prettify()
|
| 135 |
cssubmit.click(cs, name, [comments,count])
|
| 136 |
|
| 137 |
+
with gr.Blocks() as demo:
|
| 138 |
+
gr.FileExplorer(label="Working directory")
|
| 139 |
+
gr.FileExplorer(root="/data", label="Persistent storage")
|
| 140 |
|
| 141 |
with gr.Row():
|
| 142 |
with gr.Column():
|