abdulmeLINK commited on
Commit
4b25b86
·
1 Parent(s): 0ef0958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ with demo:
53
  choices=langs, label="Choose the language")
54
  # with gr.Column:
55
  error = gr.Textbox(label="Write the error output",
56
- value="Traceback (most recent call last):\nFile " < stdin > ", line 1, in <module>\nNameError: name 'variable' is not defined", lines=6)
57
 
58
  with gr.Row():
59
  generated_txt = gr.Textbox(lines=5, interactive=False, label="Output")
 
53
  choices=langs, label="Choose the language")
54
  # with gr.Column:
55
  error = gr.Textbox(label="Write the error output",
56
+ value="Traceback (most recent call last):\nFile \" < stdin > \", line 1, in <module>\nNameError: name 'variable' is not defined", lines=6)
57
 
58
  with gr.Row():
59
  generated_txt = gr.Textbox(lines=5, interactive=False, label="Output")