Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ if __name__ == "__main__":
|
|
104 |
3. Make sure your code is well-structured and efficient.
|
105 |
4. When you're happy with your code, please upload your solution below to get graded.
|
106 |
6. Good luck!
|
107 |
-
""", container=
|
108 |
code = gr.Code(label="MicroPython code", language="python", value='import machine\n\n# Your code here', lines=24)
|
109 |
with gr.Row():
|
110 |
feedback_output = gr.Textbox(label="Feedback", value="Click on the 'Grade' button to get feedback", interactive=False, scale=4)
|
|
|
104 |
3. Make sure your code is well-structured and efficient.
|
105 |
4. When you're happy with your code, please upload your solution below to get graded.
|
106 |
6. Good luck!
|
107 |
+
""", container=False)
|
108 |
code = gr.Code(label="MicroPython code", language="python", value='import machine\n\n# Your code here', lines=24)
|
109 |
with gr.Row():
|
110 |
feedback_output = gr.Textbox(label="Feedback", value="Click on the 'Grade' button to get feedback", interactive=False, scale=4)
|