Spaces:
Running
Running
Update app.py
Browse files
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)
|