peterkchung commited on
Commit
550c0fc
1 Parent(s): 7894e28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ Chat UI using Gradio Blocks.
104
  with gr.Blocks() as chatUI:
105
  # gr.State()
106
  with gr.Row():
107
- with gr.Column(scale=1):
108
  gr.Markdown(
109
  r"Query History"
110
  )
 
104
  with gr.Blocks() as chatUI:
105
  # gr.State()
106
  with gr.Row():
107
+ with gr.Column(scale=1, min_width=200):
108
  gr.Markdown(
109
  r"Query History"
110
  )