Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,22 +3,22 @@ import gradio as gr
|
|
| 3 |
# 連絡先の情報を設定
|
| 4 |
CONTACTS = {
|
| 5 |
"メール1": {
|
| 6 |
-
"email": "
|
| 7 |
"icon": "📧",
|
| 8 |
"description": "一般的なお問い合わせ"
|
| 9 |
},
|
| 10 |
"メール2": {
|
| 11 |
-
"email": "
|
| 12 |
"icon": "📨",
|
| 13 |
-
"description": "
|
| 14 |
},
|
| 15 |
"メール3": {
|
| 16 |
-
"email": "
|
| 17 |
"icon": "💼",
|
| 18 |
-
"description": "
|
| 19 |
},
|
| 20 |
"X (Twitter) DM": {
|
| 21 |
-
"username": "
|
| 22 |
"icon": "🐦",
|
| 23 |
"description": "XでDMを送る"
|
| 24 |
}
|
|
@@ -129,8 +129,7 @@ def create_interface():
|
|
| 129 |
gr.Markdown("""
|
| 130 |
---
|
| 131 |
### ご注意事項
|
| 132 |
-
-
|
| 133 |
-
- XのDMは相手の設定によっては送信できない場合があります
|
| 134 |
- お問い合わせの際は、できるだけ詳しい内容をご記載ください
|
| 135 |
""")
|
| 136 |
|
|
|
|
| 3 |
# 連絡先の情報を設定
|
| 4 |
CONTACTS = {
|
| 5 |
"メール1": {
|
| 6 |
+
"email": "taisei.ozaki.lab@gmail.com",
|
| 7 |
"icon": "📧",
|
| 8 |
"description": "一般的なお問い合わせ"
|
| 9 |
},
|
| 10 |
"メール2": {
|
| 11 |
+
"email": "o.taisei@matsuo-institute.com",
|
| 12 |
"icon": "📨",
|
| 13 |
+
"description": "松尾研関連"
|
| 14 |
},
|
| 15 |
"メール3": {
|
| 16 |
+
"email": "sg23174y@st.omu.ac.jp",
|
| 17 |
"icon": "💼",
|
| 18 |
+
"description": "大阪公立大学関連"
|
| 19 |
},
|
| 20 |
"X (Twitter) DM": {
|
| 21 |
+
"username": "@Symonds_DeL",
|
| 22 |
"icon": "🐦",
|
| 23 |
"description": "XでDMを送る"
|
| 24 |
}
|
|
|
|
| 129 |
gr.Markdown("""
|
| 130 |
---
|
| 131 |
### ご注意事項
|
| 132 |
+
- XのDMは設定によっては送信できない場合があります
|
|
|
|
| 133 |
- お問い合わせの際は、できるだけ詳しい内容をご記載ください
|
| 134 |
""")
|
| 135 |
|