Spaces:
Build error
Build error
Commit
·
dc2270c
1
Parent(s):
e6fae38
Update app.py
Browse files
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 |
-
|
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("""
|