ajwthompson commited on
Commit
9ea3e72
·
1 Parent(s): 2aa0b21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -53,12 +53,12 @@ with block:
53
  with gr.Row():
54
  gr.Markdown("<h2><center>The Bot Forge</h2></center><h3> <center>Chat about - State-of-the-Union 2023</center></h3>")
55
 
56
- openai_api_key_textbox = gr.Textbox(
57
- placeholder="Paste your OpenAI API key (sk-...)",
58
- show_label=False,
59
- lines=1,
60
- type="password",
61
- )
62
 
63
  chatbot = gr.Chatbot()
64
 
 
53
  with gr.Row():
54
  gr.Markdown("<h2><center>The Bot Forge</h2></center><h3> <center>Chat about - State-of-the-Union 2023</center></h3>")
55
 
56
+ # openai_api_key_textbox = gr.Textbox(
57
+ # placeholder="Paste your OpenAI API key (sk-...)",
58
+ # show_label=False,
59
+ # lines=1,
60
+ # type="password",
61
+ # )
62
 
63
  chatbot = gr.Chatbot()
64