Spaces:
Build error
Build error
Anand Sampat commited on
Commit ·
831cbb9
1
Parent(s): 793d2fe
add labels to markdown placeholders
Browse files
app.py
CHANGED
|
@@ -174,8 +174,8 @@ with gr.Blocks() as demo:
|
|
| 174 |
|
| 175 |
with gr.Column():
|
| 176 |
progress_output = gr.Textbox(label="Progress", interactive=True)
|
| 177 |
-
performance_output = gr.Markdown(label="Performance", container=True)
|
| 178 |
-
lesson_intro = gr.Markdown(label="Lesson Intro",
|
| 179 |
|
| 180 |
tab_contents = []
|
| 181 |
|
|
|
|
| 174 |
|
| 175 |
with gr.Column():
|
| 176 |
progress_output = gr.Textbox(label="Progress", interactive=True)
|
| 177 |
+
performance_output = gr.Markdown(label="Performance", container=True, value="Performance")
|
| 178 |
+
lesson_intro = gr.Markdown(label="Lesson Intro", container=True, value="Lesson Intro")
|
| 179 |
|
| 180 |
tab_contents = []
|
| 181 |
|