Spaces:
Runtime error
Runtime error
Karthikeyan
commited on
Commit
·
92c1052
1
Parent(s):
388fbcc
Update app.py
Browse files
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.
|
260 |
-
plot =gr.Plot(label="Patient", size=(
|
261 |
-
with gr.Column(scale=0.
|
262 |
-
plot_3 =gr.Plot(label="Patient_Emotion", size=(
|
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])
|