Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1627,26 +1627,6 @@ print("Transformer Output:", transformer_output)
|
|
1627 |
|
1628 |
|
1629 |
|
1630 |
-
css = """
|
1631 |
-
/* Import Source Code Pro font from Google Fonts */
|
1632 |
-
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
|
1633 |
-
|
1634 |
-
/* Apply Source Code Pro font globally */
|
1635 |
-
* {
|
1636 |
-
font-family: 'Source Code Pro', monospace !important;
|
1637 |
-
font-style: italic !important;
|
1638 |
-
font-size: 12pt !important;
|
1639 |
-
}
|
1640 |
-
|
1641 |
-
body {
|
1642 |
-
background-image: url('https://huggingface.co/spaces/TejAndrewsACC/ACC-Emulect-Plus/resolve/main/back.png');
|
1643 |
-
background-size: cover;
|
1644 |
-
background-position: center;
|
1645 |
-
background-repeat: no-repeat;
|
1646 |
-
color: #fff;
|
1647 |
-
}
|
1648 |
-
|
1649 |
-
"""
|
1650 |
|
1651 |
|
1652 |
|
@@ -1691,15 +1671,10 @@ demo = gr.ChatInterface(
|
|
1691 |
type="messages",
|
1692 |
chatbot=gr.Chatbot(
|
1693 |
type="messages",
|
1694 |
-
label="
|
1695 |
-
|
1696 |
-
"https://huggingface.co/spaces/TejAndrewsACC/Z3ta_Z/resolve/main/Screenshot_20250201-131420.png",
|
1697 |
-
"https://huggingface.co/spaces/TejAndrewsACC/ACC-Emulect-Plus/resolve/main/IMG_1433.jpeg"
|
1698 |
-
),
|
1699 |
-
placeholder="💙Hi, I'm Mark💙",
|
1700 |
),
|
1701 |
theme="TejAndrewsACC/Emulect",
|
1702 |
-
css=css
|
1703 |
)
|
1704 |
|
1705 |
if __name__ == "__main__":
|
|
|
1627 |
|
1628 |
|
1629 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1630 |
|
1631 |
|
1632 |
|
|
|
1671 |
type="messages",
|
1672 |
chatbot=gr.Chatbot(
|
1673 |
type="messages",
|
1674 |
+
label="👤ACC Emulect👤",
|
1675 |
+
placeholder="👤Hi, I'm ACC Emulect👤",
|
|
|
|
|
|
|
|
|
1676 |
),
|
1677 |
theme="TejAndrewsACC/Emulect",
|
|
|
1678 |
)
|
1679 |
|
1680 |
if __name__ == "__main__":
|