Spaces:
Sleeping
Sleeping
Commit
·
2150951
1
Parent(s):
26e4709
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,8 +164,8 @@ def build_interface(iter=3, data_folder=VIDEO_PATH):
|
|
| 164 |
|
| 165 |
# build gradio interface
|
| 166 |
with gr.Blocks() as demo:
|
| 167 |
-
gr.Markdown("Here is
|
| 168 |
-
gr.Markdown("Select the best robot behaviour in your choice!")
|
| 169 |
# some initial values
|
| 170 |
envs = parse_envs()
|
| 171 |
env_name = envs[random.randint(0, len(envs)-1)] # random pick an env
|
|
|
|
| 164 |
|
| 165 |
# build gradio interface
|
| 166 |
with gr.Blocks() as demo:
|
| 167 |
+
gr.Markdown("## Here is <span style=color:cyan>RoboTinder</span>!")
|
| 168 |
+
gr.Markdown("### Select the best robot behaviour in your choice!")
|
| 169 |
# some initial values
|
| 170 |
envs = parse_envs()
|
| 171 |
env_name = envs[random.randint(0, len(envs)-1)] # random pick an env
|