seawolf2357 commited on
Commit
3f8bab2
·
verified ·
1 Parent(s): 19a6c95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ footer {visibility: hidden;}
103
  demo = gr.ChatInterface(
104
  fn=generate,
105
  chatbot=mychatbot,
106
- title="글로벌 자산 분석 및 예측 LLM: BloombAI"
107
  retry_btn=None,
108
  undo_btn=None,
109
  css=css,
 
103
  demo = gr.ChatInterface(
104
  fn=generate,
105
  chatbot=mychatbot,
106
+ title="글로벌 자산 분석 및 예측 LLM: BloombAI",
107
  retry_btn=None,
108
  undo_btn=None,
109
  css=css,