CoolFace
Apppublic

VIDraft/mouse-Visual-Chat

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
6likes
config.py48 linesDownload Raw Back to root
1# DEMO_LIST 정의2DEMO_LIST = [3    {4        "description": "주식 시장의 최근 10년간 변동성을 차트와 그래프로 시각화하여 분석해주세요. Show stock market volatility analysis for the past 10 years using interactive charts and graphs."5    },6    {7        "description": "세계 주요 도시의 대기 오염도를 비교하는 대시보드를 만들어주세요. Create an air quality comparison dashboard for major global cities."8    },9    {10        "description": "한국의 연령별 인구 구조 변화를 피라미드 차트로 시각화해주세요. Visualize Korea's demographic changes using population pyramid charts."11    },12    {13        "description": "글로벌 IT 기업들의 시가총액 변화를 애니메이션 바 차트로 보여주세요. Show market cap changes of global tech companies with animated bar charts."14    },15    {16        "description": "전세계 코로나19 확진자 추이를 히트맵과 라인 차트로 분석해주세요. Analyze global COVID-19 trends using heatmaps and line charts."17    },18    {19        "description": "주요 암호화폐들의 가격 변동성을 실시간 차트로 시각화해주세요. Visualize cryptocurrency price volatility with real-time charts."20    },21    {22        "description": "세계 각국의 교육 수준과 GDP 관계를 산점도로 분석해주세요. Analyze the relationship between education levels and GDP using scatter plots."23    },24    {25        "description": "한국의 부동산 가격 변동 추이를 지역별로 비교 분석해주세요. Compare real estate price trends across different regions in Korea."26    },27    {28        "description": "글로벌 기후 변화가 농작물 생산에 미치는 영향을 시각화해주세요. Visualize the impact of global climate change on crop production."29    },30    {31        "description": "주요 스포츠 구단들의 수익구조를 도넛 차트로 비교해주세요. Compare revenue structures of major sports teams using donut charts."32    },33    {34        "description": "세계 에너지 소비 구조의 변화를 스트림 그래프로 보여주세요. Show changes in global energy consumption using stream graphs."35    },36    {37        "description": "소셜 미디어 플랫폼들의 사용자 통계를 인터랙티브 차트로 분석해주세요. Analyze social media platform statistics with interactive charts."38    },39    {40        "description": "전기차 시장의 성장 추이를 다양한 차트로 시각화해주세요. Visualize electric vehicle market growth trends with various charts."41    },42    {43        "description": "세계 주요 도시의 생활비 지수를 비교하는 대시보드를 만들어주세요. Create a cost of living index dashboard for major global cities."44    },45    {46        "description": "AI/ML 기술 발전 타임라인을 인터랙티브 시각화로 보여주세요. Show AI/ML technology evolution timeline with interactive visualization."47    }48]