Spaces:
Sleeping
Sleeping
matanninio
commited on
Commit
·
5988df0
1
Parent(s):
fbc2291
these files should not have been in the git
Browse files- app.py +1 -1
- mammal_demo/__pycache__/__init__.cpython-310.pyc +0 -0
- mammal_demo/__pycache__/demo_framework.cpython-310.pyc +0 -0
- mammal_demo/__pycache__/dti_task.cpython-310.pyc +0 -0
- mammal_demo/__pycache__/ibm_theme.cpython-310.pyc +0 -0
- mammal_demo/__pycache__/ppi_task.cpython-310.pyc +0 -0
- mammal_demo/__pycache__/ps_task.cpython-310.pyc +0 -0
- mammal_demo/__pycache__/tcr_task.cpython-310.pyc +0 -0
app.py
CHANGED
@@ -38,7 +38,7 @@ def create_application():
|
|
38 |
visible=value is not None,
|
39 |
)
|
40 |
|
41 |
-
with gr.Blocks(theme="
|
42 |
gr.Markdown(MAIN_MARKDOWN_TEXT, visible=True)
|
43 |
task_dropdown = gr.Dropdown(
|
44 |
choices=["Select task"] + list(all_tasks.keys()),
|
|
|
38 |
visible=value is not None,
|
39 |
)
|
40 |
|
41 |
+
with gr.Blocks(theme="matanninio/IBM_Carbon_Theme") as application:
|
42 |
gr.Markdown(MAIN_MARKDOWN_TEXT, visible=True)
|
43 |
task_dropdown = gr.Dropdown(
|
44 |
choices=["Select task"] + list(all_tasks.keys()),
|
mammal_demo/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (185 Bytes)
|
|
mammal_demo/__pycache__/demo_framework.cpython-310.pyc
DELETED
Binary file (4.19 kB)
|
|
mammal_demo/__pycache__/dti_task.cpython-310.pyc
DELETED
Binary file (3.78 kB)
|
|
mammal_demo/__pycache__/ibm_theme.cpython-310.pyc
DELETED
Binary file (1.63 kB)
|
|
mammal_demo/__pycache__/ppi_task.cpython-310.pyc
DELETED
Binary file (5.05 kB)
|
|
mammal_demo/__pycache__/ps_task.cpython-310.pyc
DELETED
Binary file (4.06 kB)
|
|
mammal_demo/__pycache__/tcr_task.cpython-310.pyc
DELETED
Binary file (5.68 kB)
|
|