AnishaG0201 commited on
Commit
89ccc6f
1 Parent(s): 3e4d080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@
134
  import openai
135
  import streamlit as st
136
  from langchain_google_genai import ChatGoogleGenerativeAI
137
-
138
 
139
  def generate_question(role, topic, difficulty_level):
140
  prompt = f"Generate an interview question for the role of {role} on the topic of {topic} with difficulty level {difficulty_level}."
 
134
  import openai
135
  import streamlit as st
136
  from langchain_google_genai import ChatGoogleGenerativeAI
137
+ import re
138
 
139
  def generate_question(role, topic, difficulty_level):
140
  prompt = f"Generate an interview question for the role of {role} on the topic of {topic} with difficulty level {difficulty_level}."