wogh2012 commited on
Commit
9d42408
·
1 Parent(s): cb786a7

refactor: polish comments

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as demo:
20
  with gr.Tab("Example"):
21
  with gr.Row():
22
  gr.Textbox(
23
- "The test app is currently not functioning properly due to DNS issues. \nBelow is the output of the actual app running internally.",
24
  label="Information",
25
  lines=2,
26
  )
 
20
  with gr.Tab("Example"):
21
  with gr.Row():
22
  gr.Textbox(
23
+ "The test app is currently not functioning properly due to DNS issues. Below is the output of the actual app running internally. \nIf the service is functioning properly, You can use 'App' tab.",
24
  label="Information",
25
  lines=2,
26
  )