Yashu Gupta

Results 5 comments of Yashu Gupta

@dosu I am not sure how to do that and where to do that . Please help

@dosu again i am getting this error Error building Component Random Text Appender: 'RandomTextAppender' object has no attribute 'input_value' Traceback (most recent call last): File "/app/.venv/lib/python3.12/site-packages/langflow/graph/vertex/base.py", line 632, in _build_results...

@dosu I am not sure why custom component is not working , am i not building it from source thats why or what . I want to give you my...

@dosu this is the test code i have create it is failing from langflow import CustomComponent from langflow.io import Output, TextInput from langflow.schema import Message import random class RandomTextAppender(CustomComponent): display_name:...

@dosu I am not sure why custom component is not working , am i not building it from source thats why or what . I want to give you my...