Dagfinn1962 commited on
Commit
b57d80a
1 Parent(s): a33ec85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- """<h1><center>Chat with gpt-3.5-turbo</center></h1>
117
- This is a lightweight demo of gpt-3.5-turbo conversation completion. It was designed as a template for in-context learning applications to be built on top of.
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)