Karthikeyan commited on
Commit
92c1052
·
1 Parent(s): 388fbcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -256,10 +256,10 @@ 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.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
 
265
  txt_msg = txt.submit(self._add_text, [chatbot, txt], [chatbot, txt])
 
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.55, min_width=0):
260
+ plot =gr.Plot(label="Patient", size=(400, 500))
261
+ with gr.Column(scale=0.45, min_width=0):
262
+ plot_3 =gr.Plot(label="Patient_Emotion", size=(400, 500))
263
 
264
 
265
  txt_msg = txt.submit(self._add_text, [chatbot, txt], [chatbot, txt])