Update app.py
Browse files
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,
|