rishabhpr commited on
Commit
6eba897
·
verified ·
1 Parent(s): 33552fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -86,7 +86,6 @@ if prompt := st.chat_input("Enter a LeetCode-related query (e.g., 'google backtr
86
  detailed_prompt = (
87
  f"Transform this LeetCode question into a real-world interview scenario:\n\n"
88
  f"**Company**: {top_question['company']}\n"
89
- f"**Question ID**: {top_question['questionId']}\n"
90
  f"**Question Name**: {top_question['questionName']}\n"
91
  f"**Difficulty Level**: {top_question['difficulty level']}\n"
92
  f"**Tags**: {top_question['Tags']}\n"
 
86
  detailed_prompt = (
87
  f"Transform this LeetCode question into a real-world interview scenario:\n\n"
88
  f"**Company**: {top_question['company']}\n"
 
89
  f"**Question Name**: {top_question['questionName']}\n"
90
  f"**Difficulty Level**: {top_question['difficulty level']}\n"
91
  f"**Tags**: {top_question['Tags']}\n"