Karthikeyan commited on
Commit
388fbcc
·
1 Parent(s): 09e414c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -256,9 +256,9 @@ class LangChain_Document_QA:
256
  with gr.Row():
257
  gr.HTML("""<center><h1>Sentiment and Emotion Score Graph</h1></center>""")
258
  with gr.Row():
259
- with gr.Column(scale=0.50, min_width=0):
260
  plot =gr.Plot(label="Patient", size=(500, 600))
261
- with gr.Column(scale=0.50, min_width=0):
262
  plot_3 =gr.Plot(label="Patient_Emotion", size=(500, 600))
263
 
264
 
 
256
  with gr.Row():
257
  gr.HTML("""<center><h1>Sentiment and Emotion Score Graph</h1></center>""")
258
  with gr.Row():
259
+ with gr.Column(scale=0.60, min_width=0):
260
  plot =gr.Plot(label="Patient", size=(500, 600))
261
+ with gr.Column(scale=0.40, min_width=0):
262
  plot_3 =gr.Plot(label="Patient_Emotion", size=(500, 600))
263
 
264