06eb3c57ab
- Chart.js - pdf, csv 파일 업로드 후 데이터 정제하여 llm으로 처리 후 결과 도출 - sqlite로 데이터 저장 - ORM - SQLAlchemy
17 lines
428 B
HTML
17 lines
428 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<H2>신용카드 사용내역 분석</H2>
|
|
<div>
|
|
<input type = "text" name = "question" id = "question" size = "50">
|
|
<button type="button">질문하기</button>
|
|
</div>
|
|
<hr>
|
|
<div id="answer"></div>
|
|
<script src="{{ url_for('static', path='js/analysis.js')}}"></script>
|
|
</body>
|
|
</html> |