rishiraj commited on
Commit
1dde360
·
verified ·
1 Parent(s): 44f102c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -194,12 +194,8 @@ llm = gr.ChatInterface(
194
 
195
  # Creating Gradio Interface
196
  with gr.Blocks() as talks:
197
- with gr.Row():
198
- with gr.Column():
199
- gr.Markdown("# [Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)](https://rishirajacharya.com/)")
200
-
201
- with gr.Row():
202
- gr.HTML(value=conferences)
203
 
204
  demo = gr.TabbedInterface([app, llm, talks], ["About", "Chat", "Talks"])
205
  demo.launch()
 
194
 
195
  # Creating Gradio Interface
196
  with gr.Blocks() as talks:
197
+ gr.Markdown("# [Hi 👋, I'm Rishiraj Acharya (ঋষিরাজ আচার্য্য)](https://rishirajacharya.com/)")
198
+ gr.HTML(value=conferences)
 
 
 
 
199
 
200
  demo = gr.TabbedInterface([app, llm, talks], ["About", "Chat", "Talks"])
201
  demo.launch()