Spaces:
Runtime error
Runtime error
Commit
·
b57d80a
1
Parent(s):
a33ec85
Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ def call_inf_server(prompt, openai_key):
|
|
113 |
|
114 |
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
115 |
gr.Markdown(
|
116 |
-
"""<
|
117 |
-
|
118 |
"""
|
119 |
)
|
120 |
conversation = Chat()
|
@@ -125,7 +125,7 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
|
125 |
label="OpenAI Key",
|
126 |
value="",
|
127 |
type="password",
|
128 |
-
placeholder="sk
|
129 |
info="You have to provide your own OpenAI API key.",
|
130 |
)
|
131 |
chatbot = gr.Chatbot().style(height=400)
|
|
|
113 |
|
114 |
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
115 |
gr.Markdown(
|
116 |
+
"""<h3><center>Chat with gpt-3.5-turbo</center></h3>
|
117 |
+
|
118 |
"""
|
119 |
)
|
120 |
conversation = Chat()
|
|
|
125 |
label="OpenAI Key",
|
126 |
value="",
|
127 |
type="password",
|
128 |
+
placeholder="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",
|
129 |
info="You have to provide your own OpenAI API key.",
|
130 |
)
|
131 |
chatbot = gr.Chatbot().style(height=400)
|