rishiraj commited on
Commit
37ad1bc
1 Parent(s): c436682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,5 +203,5 @@ with gr.Blocks() as blogs:
203
  gr.Markdown("# Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)")
204
  gr.HTML(value=posts)
205
 
206
- demo = gr.TabbedInterface([app, blogs, llm], ["About", "Blogs", "Chat"], theme="Soft", title="Rishiraj Acharya 👋")
207
  demo.launch()
 
203
  gr.Markdown("# Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)")
204
  gr.HTML(value=posts)
205
 
206
+ demo = gr.TabbedInterface([app, blogs, llm], ["About", "Blogs", "Chat"], theme="Soft")
207
  demo.launch()