Yash Mehrotra

Results 7 comments of Yash Mehrotra

@jalajdorai go ahead I am assigning this to you then. :+1:

@jalajdorai are you facing any issues ? Lets discuss on this thread .

@jalajdorai unassigning you from this issue due to inactivity.

I solved this issue by specifying the pywsd version for python3 ``` pip3 install pywsd==1.0.2 ```

@bicycleman15 resolve the conflicts and add comments to your code, also make the necessary changes in the frontend(react-app) .

Wrapping the chart around `` worked for me. Also set ``` options= { maintainAspectRatio:false, responsive:true } ``` And then set the `height={200}` :smile:

Full Stack Trace - ``` Traceback (most recent call last): File "/home/yashmeh/polSumm/test.py", line 17, in pol.load_text("The sky is blue") File "/home/yashmeh/polSumm/lib/python3.9/site-packages/phi/knowledge/base.py", line 163, in load_text self.load_documents(documents=[Document(content=text)], upsert=upsert, skip_existing=skip_existing) File "/home/yashmeh/polSumm/lib/python3.9/site-packages/phi/knowledge/base.py",...