brunhild217 commited on
Commit
dc2270c
·
1 Parent(s): e6fae38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
46
  # Instead of ask students to provide key, the key is now directly provided by the instructor
47
  embed_key(os.environ.get("OPENAI_API_KEY"), study_tutor)
48
 
49
- print(os.environ.get("SECRET_PROMPT"))
50
 
51
  # Chatbot interface
52
  gr.Markdown("""
 
46
  # Instead of ask students to provide key, the key is now directly provided by the instructor
47
  embed_key(os.environ.get("OPENAI_API_KEY"), study_tutor)
48
 
49
+ gr.Textbox(str(os.environ.get("SECRET_PROMPT")))
50
 
51
  # Chatbot interface
52
  gr.Markdown("""