Redmind commited on
Commit
76601fb
·
verified ·
1 Parent(s): 4135100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1421,7 +1421,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
1421
  # Logout link styled as text link in the right corner
1422
  gr.Markdown("<div class='logout-link'><a href='/logout'><b>Logout</b></a></div>")
1423
 
1424
- # Unified RedMindGPT Interface
1425
  with gr.Row():
1426
  m = gr.Markdown()
1427
  demo.load(update_message, None, m)
 
1421
  # Logout link styled as text link in the right corner
1422
  gr.Markdown("<div class='logout-link'><a href='/logout'><b>Logout</b></a></div>")
1423
 
1424
+ # Unified RedMindGPT Interface with sample ques
1425
  with gr.Row():
1426
  m = gr.Markdown()
1427
  demo.load(update_message, None, m)