Upload app.py
Browse files
app.py
CHANGED
|
@@ -3381,7 +3381,7 @@ if __name__ == "__main__":
|
|
| 3381 |
print("3. Check port availability or try different port")
|
| 3382 |
print("4. Ensure virtual environment is active")
|
| 3383 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 3384 |
-
print("6. Contact support if issues persist")
|
| 3385 |
if prizes:
|
| 3386 |
avg_prize = sum(prizes) / len(prizes)
|
| 3387 |
max_prize = max(prizes)
|
|
@@ -4210,8 +4210,7 @@ if __name__ == "__main__":
|
|
| 4210 |
print("3. Check port availability or try different port")
|
| 4211 |
print("4. Ensure virtual environment is active")
|
| 4212 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 4213 |
-
print("6. Contact support if issues persist"))
|
| 4214 |
-
|
| 4215 |
# Initialize the enhanced intelligence engine
|
| 4216 |
print("🚀 Starting ULTIMATE Topcoder Intelligence Assistant...")
|
| 4217 |
intelligence_engine = UltimateTopcoderMCPEngine()
|
|
@@ -5008,7 +5007,7 @@ if __name__ == "__main__":
|
|
| 5008 |
print("3. Check port availability or try different port")
|
| 5009 |
print("4. Ensure virtual environment is active")
|
| 5010 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 5011 |
-
print("6. Contact support if issues persist")
|
| 5012 |
prize_amount = int(challenge.prize.replace('
|
| 5013 |
|
| 5014 |
# Initialize the enhanced intelligence engine
|
|
@@ -5807,7 +5806,7 @@ if __name__ == "__main__":
|
|
| 5807 |
print("3. Check port availability or try different port")
|
| 5808 |
print("4. Ensure virtual environment is active")
|
| 5809 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 5810 |
-
print("6. Contact support if issues persist")
|
| 5811 |
challenge.prize_amount = prize_amount
|
| 5812 |
prize_challenges.append(challenge)
|
| 5813 |
|
|
|
|
| 3381 |
print("3. Check port availability or try different port")
|
| 3382 |
print("4. Ensure virtual environment is active")
|
| 3383 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 3384 |
+
print("6. Contact support if issues persist")
|
| 3385 |
if prizes:
|
| 3386 |
avg_prize = sum(prizes) / len(prizes)
|
| 3387 |
max_prize = max(prizes)
|
|
|
|
| 4210 |
print("3. Check port availability or try different port")
|
| 4211 |
print("4. Ensure virtual environment is active")
|
| 4212 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 4213 |
+
print("6. Contact support if issues persist"))
|
|
|
|
| 4214 |
# Initialize the enhanced intelligence engine
|
| 4215 |
print("🚀 Starting ULTIMATE Topcoder Intelligence Assistant...")
|
| 4216 |
intelligence_engine = UltimateTopcoderMCPEngine()
|
|
|
|
| 5007 |
print("3. Check port availability or try different port")
|
| 5008 |
print("4. Ensure virtual environment is active")
|
| 5009 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 5010 |
+
print("6. Contact support if issues persist")
|
| 5011 |
prize_amount = int(challenge.prize.replace('
|
| 5012 |
|
| 5013 |
# Initialize the enhanced intelligence engine
|
|
|
|
| 5806 |
print("3. Check port availability or try different port")
|
| 5807 |
print("4. Ensure virtual environment is active")
|
| 5808 |
print("5. For Windows: pip install --upgrade gradio httpx python-dotenv")
|
| 5809 |
+
print("6. Contact support if issues persist")
|
| 5810 |
challenge.prize_amount = prize_amount
|
| 5811 |
prize_challenges.append(challenge)
|
| 5812 |
|