bstraehle commited on
Commit
6f50ad0
1 Parent(s): c40c2ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -119,6 +119,8 @@ def vote(data: gr.LikeData):
119
  print("voted")
120
 
121
  with gr.Blocks() as demo:
 
 
122
  chatbot = gr.Chatbot(placeholder="<strong>Your Personal Yes-Man</strong><br>Ask Me Anything")
123
 
124
  chatbot.like(vote, None, None)
 
119
  print("voted")
120
 
121
  with gr.Blocks() as demo:
122
+ gr.Textbox("sk-", label="OpenAI API Key", type = "password")
123
+
124
  chatbot = gr.Chatbot(placeholder="<strong>Your Personal Yes-Man</strong><br>Ask Me Anything")
125
 
126
  chatbot.like(vote, None, None)