seawolf2357 commited on
Commit
6aec2eb
·
verified ·
1 Parent(s): ee45866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -108,12 +108,10 @@ css = """
108
  h1 {
109
  font-size: 14px; /* 제목 글꼴 크기를 작게 설정 */
110
  }
111
- footer {
112
- display: none; /* 푸터 숨기기 */
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,