Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
•
5d146b4
1
Parent(s):
7a12a74
Update unicode symbols
Browse files
main.py
CHANGED
@@ -34,7 +34,7 @@ logger.info(f"openai_api_key (env var/hf space SECRETS): {openai_api_key}")
|
|
34 |
logger.info(f"openai_api_base: {openai_api_base}")
|
35 |
|
36 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
37 |
-
with gr.Tab("
|
38 |
with gr.Accordion("🎈 Info", open=False):
|
39 |
_ = """
|
40 |
### multilingual dokugpt/多语dokugpt
|
@@ -73,7 +73,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
73 |
|
74 |
reset_btn = gr.Button("Reset everything", visible=True)
|
75 |
|
76 |
-
with gr.Tab("🤖Query docs"): # Tab1
|
77 |
# interactive chat
|
78 |
chatbot = gr.Chatbot()
|
79 |
msg = gr.Textbox(label="Query")
|
|
|
34 |
logger.info(f"openai_api_base: {openai_api_base}")
|
35 |
|
36 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
37 |
+
with gr.Tab("📚 Upload files"): # Tab1
|
38 |
with gr.Accordion("🎈 Info", open=False):
|
39 |
_ = """
|
40 |
### multilingual dokugpt/多语dokugpt
|
|
|
73 |
|
74 |
reset_btn = gr.Button("Reset everything", visible=True)
|
75 |
|
76 |
+
with gr.Tab("🤖 Query docs"): # Tab1
|
77 |
# interactive chat
|
78 |
chatbot = gr.Chatbot()
|
79 |
msg = gr.Textbox(label="Query")
|