Hashintha commited on
Commit
fd93d25
·
1 Parent(s): f8c9785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ if __name__ == '__main__':
214
  return window.innerHeight;
215
  }
216
  """
217
- with gr.Blocks(theme=gr.themes.Base(),css= custom_css) as block:
218
  """
219
  Reference: https://www.gradio.app/guides/creating-a-chatbot-fast
220
  """
 
214
  return window.innerHeight;
215
  }
216
  """
217
+ with gr.Blocks(theme=gr.themes.Base(),css= custom_css , title='DMO-GPT-Interpreter') as block:
218
  """
219
  Reference: https://www.gradio.app/guides/creating-a-chatbot-fast
220
  """