Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
controllers/20240610060709_データ登録テスト_U7a972c5cc46e966de21ff1cd3adc6d52/prompt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
データ登録テスト
|
controllers/ai/prompt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
HTMLのサンプルを作成して
|
controllers/ラインプログラム/prompt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
googleappsscript
|
2 |
+
fileはJSで作成
|
3 |
+
lineからデータの取得
|
4 |
+
imageデータをBlogで取得してドライブに保存
|
5 |
+
npm install scriptの作成
|
6 |
+
ipynbでテストの作成
|
7 |
+
Readme.mdで仕様書の作成
|
8 |
+
plantUMLで仕様書の作成
|
mysite/router/fastapi.py
CHANGED
@@ -10,7 +10,7 @@ import os
|
|
10 |
import pkgutil
|
11 |
from mysite.libs.utilities import validate_signature, no_process_file
|
12 |
#from mysite.database.database import ride,create_ride
|
13 |
-
from controllers.gra_04_database import test_set_lide
|
14 |
|
15 |
|
16 |
logger = logging.getLogger(__name__)
|
|
|
10 |
import pkgutil
|
11 |
from mysite.libs.utilities import validate_signature, no_process_file
|
12 |
#from mysite.database.database import ride,create_ride
|
13 |
+
from controllers.gra_04_database.rides import test_set_lide
|
14 |
|
15 |
|
16 |
logger = logging.getLogger(__name__)
|
workspace/sample.html
CHANGED
@@ -1,10 +1 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html>
|
3 |
-
<head>
|
4 |
-
<title>HTML Sample</title>
|
5 |
-
</head>
|
6 |
-
<body>
|
7 |
-
<h1>Welcome to my HTML page</h1>
|
8 |
-
<p>This is a sample HTML page.</p>
|
9 |
-
</body>
|
10 |
-
</html>
|
|
|
1 |
+
<!DOCTYPE html><html><head><title>Sample HTML File</title></head><body><h1>Welcome to my sample HTML page!</h1></body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|