dwipper commited on
Commit
1e0dee2
·
1 Parent(s): dc5dc3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -345,10 +345,10 @@ with gr.Blocks() as iface:
345
  examples=ui_examples,
346
  cache_examples = False,
347
  flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
348
- )"""
349
  with gr.Row():
350
  with gr.Column():
351
  gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
352
-
353
  iface.launch(auth=('admin','cimsai'))
354
  #iface.launch()
 
345
  examples=ui_examples,
346
  cache_examples = False,
347
  flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
348
+ )
349
  with gr.Row():
350
  with gr.Column():
351
  gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
352
+ """
353
  iface.launch(auth=('admin','cimsai'))
354
  #iface.launch()