ysharma HF staff commited on
Commit
4eb57c6
·
verified ·
1 Parent(s): 1ee8303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,10 +114,10 @@ tmp = '''with gr.Blocks(fill_height=True, ) as demo:
114
  chatbot=chatbot,
115
  )'''
116
 
117
- with gr.Blocks() as demo:
118
  gr.HTML(f'<h1><center>{title}</center></h1>')
119
  gr.HTML(f'<center>{description}</center>')
120
- with gr.Row():
121
  with gr.Column():
122
  gr.ChatInterface(
123
  fn=bot_streaming,
 
114
  chatbot=chatbot,
115
  )'''
116
 
117
+ with gr.Blocks(fill_height=True) as demo:
118
  gr.HTML(f'<h1><center>{title}</center></h1>')
119
  gr.HTML(f'<center>{description}</center>')
120
+ with gr.Row(equal_height=True):
121
  with gr.Column():
122
  gr.ChatInterface(
123
  fn=bot_streaming,