bgaultier commited on
Commit
de9b6c1
·
verified ·
1 Parent(s): 87e23e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
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)