DK 이대근 commited on
Commit
83fe380
·
1 Parent(s): 2f77190
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ demo = gr.Interface(
86
  outputs=outputs,
87
  title="🔧 RC 기둥 단면 예측기",
88
  description="Eurocode 2 기반 ML 모델"
89
- )tion="Eurocode 2 기반 ML 모델을 이용한 RC 기둥 단면 예측")
90
 
91
  if __name__ == "__main__":
92
  demo.launch()
 
86
  outputs=outputs,
87
  title="🔧 RC 기둥 단면 예측기",
88
  description="Eurocode 2 기반 ML 모델"
89
+ )
90
 
91
  if __name__ == "__main__":
92
  demo.launch()