Update app.py
Browse files
app.py
CHANGED
@@ -108,12 +108,10 @@ css = """
|
|
108 |
h1 {
|
109 |
font-size: 14px; /* 제목 글꼴 크기를 작게 설정 */
|
110 |
}
|
111 |
-
|
112 |
-
|
113 |
-
}
|
114 |
"""
|
115 |
|
116 |
-
|
117 |
demo = gr.ChatInterface(
|
118 |
fn=generate,
|
119 |
chatbot=mychatbot,
|
|
|
108 |
h1 {
|
109 |
font-size: 14px; /* 제목 글꼴 크기를 작게 설정 */
|
110 |
}
|
111 |
+
{
|
112 |
+
footer {visibility: hidden;}
|
|
|
113 |
"""
|
114 |
|
|
|
115 |
demo = gr.ChatInterface(
|
116 |
fn=generate,
|
117 |
chatbot=mychatbot,
|